SSRSDocumentSource for WinForms
NotifyCollectionEventHandler デリゲート

イベントを発生させたオブジェクト。
イベントに関する情報。
INotifyCollection.PropertyChanged イベントまたは INotifyCollection.PropertyChanging イベントを処理するメソッドを表します。
構文
'宣言
 
Public Delegate Sub NotifyCollectionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NotifyCollectionEventArgs _
) 
public delegate void NotifyCollectionEventHandler( 
   System.object sender,
   NotifyCollectionEventArgs e
)

パラメータ

sender
イベントを発生させたオブジェクト。
e
イベントに関する情報。
参照

NotifyCollectionEventHandler メンバ
C1.Win.C1Document 名前空間