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