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