Class ControlExtensions
Provides a set of static methods for subscribing delegates to observable sequences of event notifications.
public static class ControlExtensions
- Inheritance
-
ControlExtensions
- Inherited Members
Methods
- SubscribeTo<TSource>(Control, ObservableCollection<TSource>, Action<TSource[]>)
Subscribes the control to change notifications in the specified observable collection.
- SubscribeTo<TSource>(Control, IObservable<TSource>, Action<TSource>)
Subscribes the control to event notifications from the specified observable sequence.