'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.