GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellEnter Event |
<SRDescriptionAttribute("Occurs when the current cell changes in the GcMultiRow control or when the control receives input focus. ")> <FeatureAttribute(Name="UISelection", Version="v5.0")> <SRCategoryAttribute("Focus")> Public Event CellEnter As EventHandler(Of CellEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of CellEventArgs) AddHandler instance.CellEnter, handler
[SRDescription("Occurs when the current cell changes in the GcMultiRow control or when the control receives input focus. ")] [Feature(Name="UISelection", Version="v5.0")] [SRCategory("Focus")] public event EventHandler<CellEventArgs> CellEnter
The event handler receives an argument of type CellEventArgs containing data related to this event. The following CellEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellIndex | Gets the cell index in its parent Section. |
CellName | Gets the cell name. |
RowIndex | Gets the index of the owner Row that the event occurs for. |
Scope | Gets the area of the cell that the event occurs for. |
SectionIndex | Gets the index of the owner Section that the event occurs for. |
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