Autodesk Vault ProfessionalVault API

GetContextMenu Event

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl

This event is fired when a right click occurs in the grid. The handler of the event can provide a custom context menu to display. Otherwise, the default context menu will be shown.

Syntax

public event EventHandler<GetContextMenuArgs> GetContextMenu
Public Event GetContextMenu As EventHandler(Of GetContextMenuArgs)

See Also