Table of Contents

Class DataChangedEventManager

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Manager for the DataSourceProvider.DataChanged event.

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

Methods

AddHandler(DataSourceProvider, EventHandler<EventArgs>)

Add a handler for the given source's event.

AddListener(DataSourceProvider, IWeakEventListener)

Add a listener to the given source's event.

NewListenerList()

Return a new list to hold listeners to the event.

RemoveHandler(DataSourceProvider, EventHandler<EventArgs>)

Remove a handler for the given source's event.

RemoveListener(DataSourceProvider, 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.