Document Library for WinForms
NotifyCollectionEventHandler デリゲート

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : NotifyCollectionEventHandler デリゲート
The object that raised the event.
Information about the event.
Represents a method that handles the INotifyCollection.PropertyChanged or INotifyCollection.PropertyChanging events.
シンタックス
'宣言
 
Public Delegate Sub NotifyCollectionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NotifyCollectionEventArgs _
) 
public delegate void NotifyCollectionEventHandler( 
   System.object sender,
   NotifyCollectionEventArgs e
)

パラメータ

sender
The object that raised the event.
e
Information about the event.
参照

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