'宣言 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
- イベントに関する情報。