Xceed Grid for WinForms v4.3 Documentation
InitializingDetailGridEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > InitializingDetailGridEventArgs Class : InitializingDetailGridEventArgs Constructor
A reference to a DetailGrid object representing the detail grid that is about to be "attached" to a DataRow.
Initializes a new instance of the InitializingDetailGridEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal grid As DetailGrid _
)
'Usage
 
Dim grid As DetailGrid
 
Dim instance As New InitializingDetailGridEventArgs(grid)
public InitializingDetailGridEventArgs( 
   DetailGrid grid
)

Parameters

grid
A reference to a DetailGrid object representing the detail grid that is about to be "attached" to a DataRow.
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

InitializingDetailGridEventArgs Class
InitializingDetailGridEventArgs Members