'Declaration Public Event CreatingSelectionMenu As EventHandler(Of GridSelectionMenuEventArgs)
public event EventHandler<GridSelectionMenuEventArgs> CreatingSelectionMenu
Event Data
The event handler receives an argument of type C1.WPF.Grid.GridSelectionMenuEventArgs containing data related to this event. The following GridSelectionMenuEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from C1.WPF.Grid.CancelEventArgs) |
Cancellable | (Inherited from C1.WPF.Grid.CancelEventArgs) |
CellRange | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
CellType | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
Menu |
See Also