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)

See Also