The following tables list the members exposed by BindingListChangedEventManager.
Name | Description | |
---|---|---|
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
Name | Description | |
---|---|---|
![]() | Item | Gets or sets the data being stored for the specified source. (Inherited from System.Windows.WeakEventManager) |
![]() | ReadLock | Establishes a read-lock on the underlying data table, and returns an System.IDisposable. (Inherited from System.Windows.WeakEventManager) |
![]() | WriteLock | Establishes a write-lock on the underlying data table, and returns anSystem.IDisposable. (Inherited from System.Windows.WeakEventManager) |
Name | Description | |
---|---|---|
![]() ![]() | AddListener | Static method used to add a listener to a source for the event. |
![]() ![]() | RemoveListener | Static method used to remove a listener to a source for the event. |
Name | Description | |
---|---|---|
![]() | DeliverEvent | Delivers the event being managed to each listener. (Inherited from System.Windows.WeakEventManager) |
![]() | DeliverEventToList | Delivers the event being managed to each listener in the provided list. (Inherited from System.Windows.WeakEventManager) |
![]() | NewListenerList | Returns a new object to contain listeners to an event. (Inherited from System.Windows.WeakEventManager) |
![]() | ProtectedAddHandler | Adds the specified delegate as an event handler of the specified source. (Inherited from System.Windows.WeakEventManager) |
![]() | ProtectedAddListener | Adds the provided listener to the provided source for the event being managed. (Inherited from System.Windows.WeakEventManager) |
![]() | ProtectedRemoveHandler | Removes the previously added handler from the specified source. (Inherited from System.Windows.WeakEventManager) |
![]() | ProtectedRemoveListener | Removes a previously added listener from the provided source. (Inherited from 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. (Inherited from System.Windows.WeakEventManager) |
![]() | Remove | Removes all listeners for the specified source. (Inherited from System.Windows.WeakEventManager) |
![]() | ScheduleCleanup | Requests that a purge of unused entries in the underlying listener list be performed on a lower priority thread. (Inherited from System.Windows.WeakEventManager) |
![]() | StartListening | Overridden. Called to wire up the underlying event. |
![]() | StopListening | Overridden. Called to un-wire the underlying event. |