ActiveReports for .NET 18.0J
NotifyCollectionChangedEventHandler デリゲート

GrapeCity.Viewer.Common 名前空間 : NotifyCollectionChangedEventHandler デリゲート
System.Collections.Specialized.INotifyCollectionChanged.CollectionChangedイベントを実装するイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub NotifyCollectionChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
public delegate void NotifyCollectionChangedEventHandler( 
   object sender,
   NotifyCollectionChangedEventArgs e
)

パラメータ

sender
e
参照

NotifyCollectionChangedEventHandler メンバ
GrapeCity.Viewer.Common 名前空間