GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス : ItemAdded イベント |
'宣言 Public Event ItemAdded As ReportItemCollectionEventHandler
public event ReportItemCollectionEventHandler ItemAdded
イベント ハンドラが、このイベントに関連するデータを含む、ReportItemCollectionEventArgs 型の引数を受け取りました。次の ReportItemCollectionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Index | 追加または削除されたReportItemに対してIntegerを返します。 |
Value | 追加または削除されたReportItemオブジェクトを返します。 |