Class CurrentChangingEventManager
Manager for the ICollectionView.CurrentChanging event.
public class CurrentChangingEventManager : WeakEventManager, IBaseObject, IDisposableObject, IDisposable
- Inheritance
-
CurrentChangingEventManager
- Implements
Methods
- AddHandler(ICollectionView, EventHandler<CurrentChangingEventArgs>)
Add a handler for the given source's event.
- AddListener(ICollectionView, IWeakEventListener)
Add a listener to the given source's event.
- NewListenerList()
Return a new list to hold listeners to the event.
- RemoveHandler(ICollectionView, EventHandler<CurrentChangingEventArgs>)
Remove a handler for the given source's event.
- RemoveListener(ICollectionView, IWeakEventListener)
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.