Class CanExecuteChangedEventManager
Manager for the ICommand.CanExecuteChanged event.
public class CanExecuteChangedEventManager : WeakEventManager, IBaseObject, IDisposableObject, IDisposable
- Inheritance
-
CanExecuteChangedEventManager
- Implements
Methods
- AddHandler(ICommand, EventHandler<EventArgs>)
Add a handler for the given source's event.
- Purge(object, object, bool)
Remove dead entries from the data for the given source. Returns true if some entries were actually removed.
- RemoveHandler(ICommand, EventHandler<EventArgs>)
Remove a handler for 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.