C1.WPF.FlexGrid Namespace > C1FlexGrid Class : RowEditEnded Event |
'Declaration Public Event RowEditEnded As System.EventHandler(Of CellEditEventArgs)
public event System.EventHandler<CellEditEventArgs> RowEditEnded
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.WPF.FlexGrid.CellRangeEventArgs) |
CellType | CellType of the range affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs) |
Column | Index of the column affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs) |
Editor | Gets the System.Windows.FrameworkElement responsible for editing the cell value. |
Panel | GridPanel that contains the range affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs) |
Row | Index of the row affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2