GrapeCity ActiveReports for .NET 16.0J
ReportItemCollectionEventArgs コンストラクタ

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollectionEventArgs クラス : ReportItemCollectionEventArgs コンストラクタ
追加または削除されたReportItemオブジェクトのインデックスを示すInteger。
追加または削除された ReportItem オブジェクト。
ReportItemCollectionEventArgsクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal index As Integer, _
   ByVal value As ReportItem _
)
public ReportItemCollectionEventArgs( 
   int index,
   ReportItem value
)

パラメータ

index
追加または削除されたReportItemオブジェクトのインデックスを示すInteger。
value
追加または削除された ReportItem オブジェクト。
参照

ReportItemCollectionEventArgs クラス
ReportItemCollectionEventArgs メンバ