'Declaration Public Event SelectionChanging As EventHandler(Of GridSelectionEventArgs)
public event EventHandler<GridSelectionEventArgs> SelectionChanging
Event Data
The event handler receives an argument of type C1.WPF.Grid.GridSelectionEventArgs containing data related to this event. The following GridSelectionEventArgs 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) |
CellRanges | Gets the cell range. |
Cells | Gets the selected cells. |
CellType | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
See Also