GrapeCity MultiRow Windows Forms Documentation
UserAddedRow Event


Occurs after a new row is added to the GcMultiRow control with UI behavior.
Syntax
<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
Event Data

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.

PropertyDescription
RowGets the Row that is involved.  
Remarks

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.

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.