Xceed Grid for WinForms v4.3 Documentation
RowInsertedEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > RowInsertedEventArgs Class : RowInsertedEventArgs Constructor
The DataRow that has been inserted.
Initializes a new instance of the RowInsertedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataRow As DataRow _
)
'Usage
 
Dim dataRow As DataRow
 
Dim instance As New RowInsertedEventArgs(dataRow)
public RowInsertedEventArgs( 
   DataRow dataRow
)

Parameters

dataRow
The DataRow that has been inserted.
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

RowInsertedEventArgs Class
RowInsertedEventArgs Members