BindingListChangedEventManagerデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
Item | Gets or sets the data being stored for the specified source. System.Windows.WeakEventManagerから継承されます。 | |
ReadLock | Establishes a read-lock on the underlying data table, and returns an System.IDisposable. System.Windows.WeakEventManagerから継承されます。 | |
WriteLock | Establishes a write-lock on the underlying data table, and returns anSystem.IDisposable. System.Windows.WeakEventManagerから継承されます。 |
名前 | 解説 | |
---|---|---|
AddListener | イベントのソースにリスナーを追加するために使用される Static メソッド。 | |
RemoveListener | イベントのソースからリスナーを削除するために使用される Static メソッド。 |
名前 | 解説 | |
---|---|---|
DeliverEvent | Delivers the event being managed to each listener. System.Windows.WeakEventManagerから継承されます。 | |
DeliverEventToList | Delivers the event being managed to each listener in the provided list. System.Windows.WeakEventManagerから継承されます。 | |
NewListenerList | Returns a new object to contain listeners to an event. System.Windows.WeakEventManagerから継承されます。 | |
ProtectedAddHandler | Adds the specified delegate as an event handler of the specified source. System.Windows.WeakEventManagerから継承されます。 | |
ProtectedAddListener | Adds the provided listener to the provided source for the event being managed. System.Windows.WeakEventManagerから継承されます。 | |
ProtectedRemoveHandler | Removes the previously added handler from the specified source. System.Windows.WeakEventManagerから継承されます。 | |
ProtectedRemoveListener | Removes a previously added listener from the provided source. System.Windows.WeakEventManagerから継承されます。 | |
Purge | Removes 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から継承されます。 | |
Remove | Removes all listeners for the specified source. System.Windows.WeakEventManagerから継承されます。 | |
ScheduleCleanup | Requests that a purge of unused entries in the underlying listener list be performed on a lower priority thread. System.Windows.WeakEventManagerから継承されます。 | |
StartListening | オーバーライドされます。 基本イベントを接続するために呼び出されます。 | |
StopListening | オーバーライドされます。 基本イベントを切断するために呼び出されます。 |