'Declaration Public Event BeginningRowEdit As EventHandler(Of GridCellEditEventArgs)
public event EventHandler<GridCellEditEventArgs> BeginningRowEdit
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 | Gets a value that determines whether the editing action was canceled. |
Cancellable | (Inherited from C1.WPF.Grid.CancelEventArgs) |
CellRange | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
CellType | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
Editor | Gets the editor. |
See Also