| C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : BeginningEdit Event |
'Declaration Public Event BeginningEdit As System.EventHandler(Of CellEditEventArgs)
public event System.EventHandler<CellEditEventArgs> BeginningEdit
The event handler receives an argument of type CellEditEventArgs containing data related to this event. The following CellEditEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| CancelEdits | Gets a value that determines whether the editing action was canceled. |
| CellRange | CellRange affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| CellType | CellType of the range affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Column | Index of the column affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Panel | GridPanel that contains the range affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Row | Index of the row affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |