Skip to main content

GridControl.ContextMenuClosed Event

In This Article

Occurs after the context menu has been closed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler ContextMenuClosed

#Event Data

The ContextMenuClosed event's data class is EventArgs.

See Also