GrapeCity MultiRow Windows Forms Documentation
RowEnter Event


Occurs when a row receives input focus and becomes the current row.
Syntax
<SRDescriptionAttribute("Occurs when a row receives input focus and becomes the current row.")>
<FeatureAttribute(Name="UISelection", Version="v5.0")>
<SRCategoryAttribute("Focus")>
Public Event RowEnter As EventHandler(Of CellEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of CellEventArgs)
 
AddHandler instance.RowEnter, handler
[SRDescription("Occurs when a row receives input focus and becomes the current row.")]
[Feature(Name="UISelection", Version="v5.0")]
[SRCategory("Focus")]
public event EventHandler<CellEventArgs> RowEnter
Event Data

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.

PropertyDescription
CellIndexGets the cell index in its parent Section.  
CellNameGets the cell name.  
RowIndexGets the index of the owner Row that the event occurs for.  
ScopeGets the area of the cell that the event occurs for.  
SectionIndexGets the index of the owner Section that the event occurs for.  
Remarks
This event occurs when the GcMultiRow control is initially loaded, as well as when the user selects a row other than the current row.
Requirements

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

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.