Autodesk Vault ProfessionalVault API

GetContextMenu Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings.SelectEntityOptionsExtensibility

Gets or sets the event handler for the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl.GetContextMenu event on the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl contained within the dialog.

Syntax

public System.EventHandler<GetContextMenuArgs> GetContextMenu {get; set;}
Public Property GetContextMenu As System.EventHandler(Of GetContextMenuArgs)

Remarks

You can add your own event handler here if you want to display custom context menus in the dialog.

See Also