Table of Contents

Class CurrentChangedEventManager

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Manager for the ICollectionView.CurrentChanged event.

public class CurrentChangedEventManager : WeakEventManager, IBaseObject, IDisposableObject, IDisposable
Inheritance
CurrentChangedEventManager
Implements

Methods

AddHandler(ICollectionView, EventHandler<EventArgs>)

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<EventArgs>)

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.