'宣言
Public Delegate Sub ReportItemCollectionEventHandler( _ ByVal sender As Object, _ ByVal e As ReportItemCollectionEventArgs _ )
public delegate void ReportItemCollectionEventHandler( object sender, ReportItemCollectionEventArgs e )
パラメータ
- sender
- イベントのソース。
- e
- イベント データを含む ReportItemCollectionEventArgs オブジェクト。