GetContextMenu Event
This event is fired when a right click occurs in the grid. The handler of the event can provide a custom context menu to display. Otherwise, the default context menu will be shown.
Syntax
public event EventHandler<GetContextMenuArgs> GetContextMenuPublic Event GetContextMenu As EventHandler(Of GetContextMenuArgs)