FlexReport for WinForms
NotifyCollectionEventHandler デリゲート


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : NotifyCollectionEventHandler デリゲート
The object that raised the event.
Information about the event.
Represents a method that handles the INotifyCollection.CollectionChanging or INotifyCollection.CollectionChanged events.
シンタックス
'宣言
 
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
The object that raised the event.
e
Information about the event.
参照

参照

NotifyCollectionEventHandler メンバ
C1.Document 名前空間