[]
Occurs before the context menu is shown. This event gets fired even if ShowContextMenu property is false.
[C1Description("BeforeContextMenuShow", "Fired before the context menu is shown.")]
[C1Category("UI")]
public event EventHandler<BeforeContextMenuShowEventArgs> BeforeContextMenuShow
<C1Description("BeforeContextMenuShow", "Fired before the context menu is shown.")>
<C1Category("UI")>
Public Event BeforeContextMenuShow As EventHandler(Of BeforeContextMenuShowEventArgs)
| Type | Description |
|---|---|
| EventHandler<BeforeContextMenuShowEventArgs> | Occurs before the context menu is shown. This event gets fired even if property is false. |