Observable.ToEvent Method

Include Protected Members
Include Inherited Members

Exposes an observable sequence as an object with a .NET event.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member ToEvent<TSource>(IObservable<TSource>) Exposes an observable sequence as an object with a .NET event with a specified source.
Public methodStatic member ToEvent(IObservable<Unit>) Exposes an observable sequence as an object with a .NET event with a specified source.

Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace