GrapeCity ActiveReports for .NET 16.0J
ReportItemCollectionEventHandler デリゲート

GrapeCity.ActiveReports.PageReportModel 名前空間 : ReportItemCollectionEventHandler デリゲート
イベントのソース。
イベント データを含む ReportItemCollectionEventArgs オブジェクト。
ItemAdded または、 ItemRemovedイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub ReportItemCollectionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ReportItemCollectionEventArgs _
) 
public delegate void ReportItemCollectionEventHandler( 
   object sender,
   ReportItemCollectionEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベント データを含む ReportItemCollectionEventArgs オブジェクト。
参照

ReportItemCollectionEventHandler メンバ
GrapeCity.ActiveReports.PageReportModel 名前空間