| C1.Silverlight.Olap Namespace > C1OlapGrid Class : RowEditEnding Event |
'Declaration Public Event RowEditEnding As System.EventHandler(Of CellEditEventArgs)
public event System.EventHandler<CellEditEventArgs> RowEditEnding
The event handler receives an argument of type C1.Silverlight.FlexGrid.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 | |
| CellRange | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| CellType | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Column | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Editor | |
| Panel | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Row | (Inherited from C1.Silverlight.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