Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / RowsAdded Event


RowsAdded Event
Syntax
'Declaration
 
<SRCategoryAttribute("CatAction")>
<SRDescriptionAttribute("DataGridView_RowsAddedDescr")>
Public Event RowsAdded As System.Windows.Forms.DataGridViewRowsAddedEventHandler
 
'Usage
 
Dim instance As NDataGridView
Dim handler As System.Windows.Forms.DataGridViewRowsAddedEventHandler
 
AddHandler instance.RowsAdded, handler
Event Data

The event handler receives an argument of type System.Windows.Forms.DataGridViewRowsAddedEventArgs containing data related to this event. The following DataGridViewRowsAddedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the number of rows that have been added.  
Gets the index of the first added 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