GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : UserAddedRow Event |
<SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs when a user has added a row to the GcMultiRow control with the UI.")> Public Event UserAddedRow As EventHandler(Of RowEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of RowEventArgs) AddHandler instance.UserAddedRow, handler
[SRCategory("Action")] [SRDescription("Occurs when a user has added a row to the GcMultiRow control with the UI.")] public event EventHandler<RowEventArgs> UserAddedRow
The event handler receives an argument of type RowEventArgs containing data related to this event. The following RowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | Gets the Row that is involved. |
After entering values in a detached row, a new row is added, and then this UserAddedRow event fires.
Used by the control to indicate when rows are added, this lets you update the data cache accordingly.
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