Version

OnDataObjectRequested Method

Invoked when a new object is needed
Syntax
'Declaration
 
Protected Friend Overrides Sub OnDataObjectRequested( _
   ByVal args As Infragistics.HandleableObjectGenerationEventArgs, _
   ByVal columnLayout As Infragistics.Controls.Grids.ColumnLayout, _
   ByVal parentRow As Infragistics.Controls.Grids.Row, _
   ByVal typeOfRowPopulated As Nullable(Of RowType) _
) 
protected internal override void OnDataObjectRequested( 
   Infragistics.HandleableObjectGenerationEventArgs args,
   Infragistics.Controls.Grids.ColumnLayout columnLayout,
   Infragistics.Controls.Grids.Row parentRow,
   Nullable<RowType> typeOfRowPopulated
)

Parameters

args
The arguments for the event
columnLayout
The column layout for which the new item is being requested
parentRow
The parent row for which the item is being requested
typeOfRowPopulated
The type of row that will be using the object.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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