Occurs before the context menu is opened.
Namespace:DevExpress.UI.Xaml.Grid
Assembly:DevExpress.UI.Xaml.Grid.v18.1.dll

Syntax
C# |
public event EventHandler<ContextMenuOpeningEventArgs> ContextMenuOpening
|
VB |
event Public ContextMenuOpening As EventHandler(of ContextMenuOpeningEventArgs)
|

Event Data
The event handler receives an argument of type DevExpress.UI.Xaml.ContextMenuOpeningEventArgs containing data related to this event.

Remarks
The event's Info property returns an object that stores the menu settings.

See Also