バージョン

BindingListChangedEventManager クラス メンバ

BindingListChangedEventManagerデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
プロテクト プロパティ
 名前解説
Protected プロパティItemGets or sets the data being stored for the specified source. System.Windows.WeakEventManagerから継承されます。
Protected プロパティReadLockEstablishes a read-lock on the underlying data table, and returns an System.IDisposable. System.Windows.WeakEventManagerから継承されます。
Protected プロパティWriteLockEstablishes a write-lock on the underlying data table, and returns anSystem.IDisposable. System.Windows.WeakEventManagerから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドstatic (Shared in Visual Basic)AddListenerイベントのソースにリスナーを追加するために使用される Static メソッド。  
Public メソッドstatic (Shared in Visual Basic)RemoveListenerイベントのソースからリスナーを削除するために使用される Static メソッド。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドDeliverEventDelivers the event being managed to each listener. System.Windows.WeakEventManagerから継承されます。
Protected メソッドDeliverEventToListDelivers the event being managed to each listener in the provided list. System.Windows.WeakEventManagerから継承されます。
Protected メソッドNewListenerListReturns a new object to contain listeners to an event. System.Windows.WeakEventManagerから継承されます。
Protected メソッドProtectedAddHandlerAdds the specified delegate as an event handler of the specified source. System.Windows.WeakEventManagerから継承されます。
Protected メソッドProtectedAddListenerAdds the provided listener to the provided source for the event being managed. System.Windows.WeakEventManagerから継承されます。
Protected メソッドProtectedRemoveHandlerRemoves the previously added handler from the specified source. System.Windows.WeakEventManagerから継承されます。
Protected メソッドProtectedRemoveListenerRemoves a previously added listener from the provided source. System.Windows.WeakEventManagerから継承されます。
Protected メソッドPurgeRemoves inactive listener entries from the data list for the provided source. Returns true if some entries were actually removed from the list. System.Windows.WeakEventManagerから継承されます。
Protected メソッドRemoveRemoves all listeners for the specified source. System.Windows.WeakEventManagerから継承されます。
Protected メソッドScheduleCleanupRequests that a purge of unused entries in the underlying listener list be performed on a lower priority thread. System.Windows.WeakEventManagerから継承されます。
Protected メソッドStartListeningオーバーライドされます。 基本イベントを接続するために呼び出されます。  
Protected メソッドStopListeningオーバーライドされます。 基本イベントを切断するために呼び出されます。  
トップ
参照