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
sourceIObservable<TCommand>An observable sequence of commands of type
TCommand.
Returns
- IObservable<TEvent>
An observable sequence of events of type
TEvent.