Class PropertyChangedEventManager
Manager for the INotifyPropertyChanged.PropertyChanged event.
public class PropertyChangedEventManager : WeakEventManager, IBaseObject, IDisposableObject, IDisposable
- Inheritance
-
PropertyChangedEventManager
- Implements
Methods
- AddHandler(INotifyPropertyChanged, EventHandler<PropertyChangedEventArgs>, string)
Add a handler for the given source's event.
- AddListener(INotifyPropertyChanged, IWeakEventListener, string)
Add a listener to the given source's event.
- NewListenerList()
Return a new list to hold listeners to the event.
- Purge(object, object, bool)
Remove dead entries from the data for the given source. Returns true if some entries were actually removed.
- RemoveHandler(INotifyPropertyChanged, EventHandler<PropertyChangedEventArgs>, string)
Remove a handler for the given source's event.
- RemoveListener(INotifyPropertyChanged, IWeakEventListener, string)
Remove a listener to the given source's event.
- StartListening(object)
Listen to the given source for the event.
- StopListening(object)
Stop listening to the given source for the event.