Method Generate
Generate(IObservable<TCommand>)
Generates an observable sequence of event notifications from the UI control.
protected abstract IObservable<TEvent> Generate(IObservable<TCommand> source)
Parameters
source
IObservable<TCommand>An observable sequence of commands of type
TCommand
.
Returns
- IObservable<TEvent>
An observable sequence of events of type
TEvent
.