GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellEndEdit Event |
<SRDescriptionAttribute("Occurs when edit mode stops for the currently selected cell.")> <FeatureAttribute(Name="UIEdit", Version="v5.0")> <SRCategoryAttribute("Data")> Public Event CellEndEdit As EventHandler(Of CellEndEditEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of CellEndEditEventArgs) AddHandler instance.CellEndEdit, handler
[SRDescription("Occurs when edit mode stops for the currently selected cell.")] [Feature(Name="UIEdit", Version="v5.0")] [SRCategory("Data")] public event EventHandler<CellEndEditEventArgs> CellEndEdit
The event handler receives an argument of type CellEndEditEventArgs containing data related to this event. The following CellEndEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellIndex | Gets the cell index in its parent Section. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
CellName | Gets the cell name. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
EditCanceled | Gets a value that indicates whether the edit operation is canceled. |
EndEditReason | Gets the EndEditReason that specifies how a user has ended edit mode. |
MoveStatus | Gets the status that indicates which behavoir caused the CellEndEdit event to occur. |
RowIndex | Gets the index of the owner Row that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
Scope | Gets the area of the cell that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
SectionIndex | Gets the index of the owner Section that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellEventArgs) |
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