GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellBeginEdit Event |
<SRDescriptionAttribute("Occurs when edit mode starts for the selected cell.")> <SRCategoryAttribute("Data")> <FeatureAttribute(Name="UIEdit", Version="v5.0")> Public Event CellBeginEdit As EventHandler(Of CellBeginEditEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of CellBeginEditEventArgs) AddHandler instance.CellBeginEdit, handler
[SRDescription("Occurs when edit mode starts for the selected cell.")] [SRCategory("Data")] [Feature(Name="UIEdit", Version="v5.0")] public event EventHandler<CellBeginEditEventArgs> CellBeginEdit
The event handler receives an argument of type CellBeginEditEventArgs containing data related to this event. The following CellBeginEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BeginEditReason | Gets the BeginEditReason that specifies how a user starts cell editing in the GcMultiRow control. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
CellIndex | Gets the cell index in its parent Section. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) |
CellName | Gets the cell name. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) |
MoveStatus | Gets the status that indicates which behavior caused the CellBeginEdit event to occur. |
RowIndex | Gets the index of the owner Row that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) |
Scope | Gets the cell area that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) |
SectionIndex | Gets the index of the owner Section that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) |
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