Miner.Windows Assembly > Miner.Windows.Commands Namespace > Command Class : ContextMenuOpening Event |
'Declaration Public Event ContextMenuOpening As EventHandler(Of ContextMenuOpeningEventArgs)
'Usage Dim instance As Command Dim handler As EventHandler(Of ContextMenuOpeningEventArgs) AddHandler instance.ContextMenuOpening, handler
public event EventHandler<ContextMenuOpeningEventArgs> ContextMenuOpening
The event handler receives an argument of type ContextMenuOpeningEventArgs containing data related to this event. The following ContextMenuOpeningEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ContextMenuKey | Returns/sets the key for the context menu to be shown. |
InstanceCommand | Returns/sets the instance command to be affected by this event. |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.