Event args that are fired when a workflow is requesting a context menu for a particular entity. The responder to this event should populate the MenuContents property in order to supply a custom menu.
Syntax
public class GetContextMenuArgs : System.EventArgs
Public Class GetContextMenuArgs Inherits System.EventArgs
Gets or sets a replacement menu. If a replacement menu is specified, it will be used instead of MenuContents. The replacement menu is only used if the event is not handled.
Custom information to include with the context menu. Used internally by the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultTreeControl.