ActiveReports for .NET 18.0J
ItemRemoved イベント

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス : ItemRemoved イベント
コレクションから項目を削除した後、発生します。
シンタックス
'宣言
 
Public Event ItemRemoved As ReportItemCollectionEventHandler
public event ReportItemCollectionEventHandler ItemRemoved
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ReportItemCollectionEventArgs 型の引数を受け取りました。次の ReportItemCollectionEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
追加または削除されたReportItemに対してIntegerを返します。  
追加または削除されたReportItemオブジェクトを返します。  
参照