GrapeCity ActiveReports for .NET 12.0J
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 メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.