FlexReport for WinForms
NotifyCollectionEventHandler デリゲート


C1.Win.C1Document.4.5.2 アセンブリ > C1.Win.C1Document 名前空間 : NotifyCollectionEventHandler デリゲート
イベントを発生させたオブジェクト。
イベントに関する情報。
INotifyCollection.PropertyChangedイベントまたは INotifyCollection.PropertyChangingイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub NotifyCollectionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NotifyCollectionEventArgs _
) 
'使用法
 
Dim instance As New NotifyCollectionEventHandler(AddressOf HandlerMethod)
public delegate void NotifyCollectionEventHandler( 
   System.object sender,
   NotifyCollectionEventArgs e
)

パラメータ

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

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