バージョン

OnDataObjectRequested メソッド

新しいオブジェクトが必要なときに呼び出します。
シンタックス
'宣言
 
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
)

パラメータ

args
イベントの引数
columnLayout
新しい項目を要求中の列レイアウト
parentRow
項目を要求中の親行
typeOfRowPopulated
オブジェクトを使用中になる行のタイプ
参照