Method Generate
Generate()
Generates an observable sequence of event notifications from the UI control.
protected override IObservable<string> Generate()
Returns
- IObservable<string>
An observable sequence of events of type string.
Generates an observable sequence of event notifications from the UI control.
protected override IObservable<string> Generate()
An observable sequence of events of type string.