Version

BindingListChangedEventManager Class Members

The following tables list the members exposed by BindingListChangedEventManager.

Public Properties
Protected Properties
 NameDescription
Protected PropertyItemGets or sets the data being stored for the specified source. (Inherited from System.Windows.WeakEventManager)
Protected PropertyReadLockEstablishes a read-lock on the underlying data table, and returns an System.IDisposable. (Inherited from System.Windows.WeakEventManager)
Protected PropertyWriteLockEstablishes a write-lock on the underlying data table, and returns anSystem.IDisposable. (Inherited from System.Windows.WeakEventManager)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AddListenerStatic method used to add a listener to a source for the event.  
Public Methodstatic (Shared in Visual Basic)RemoveListenerStatic method used to remove a listener to a source for the event.  
Protected Methods
 NameDescription
Protected MethodDeliverEventDelivers the event being managed to each listener. (Inherited from System.Windows.WeakEventManager)
Protected MethodDeliverEventToListDelivers the event being managed to each listener in the provided list. (Inherited from System.Windows.WeakEventManager)
Protected MethodNewListenerListReturns a new object to contain listeners to an event. (Inherited from System.Windows.WeakEventManager)
Protected MethodProtectedAddHandlerAdds the specified delegate as an event handler of the specified source. (Inherited from System.Windows.WeakEventManager)
Protected MethodProtectedAddListenerAdds the provided listener to the provided source for the event being managed. (Inherited from System.Windows.WeakEventManager)
Protected MethodProtectedRemoveHandlerRemoves the previously added handler from the specified source. (Inherited from System.Windows.WeakEventManager)
Protected MethodProtectedRemoveListenerRemoves a previously added listener from the provided source. (Inherited from System.Windows.WeakEventManager)
Protected MethodPurgeRemoves 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)
Protected MethodRemoveRemoves all listeners for the specified source. (Inherited from System.Windows.WeakEventManager)
Protected MethodScheduleCleanupRequests that a purge of unused entries in the underlying listener list be performed on a lower priority thread. (Inherited from System.Windows.WeakEventManager)
Protected MethodStartListeningOverridden. Called to wire up the underlying event.  
Protected MethodStopListeningOverridden. Called to un-wire the underlying event.  
See Also