Method Generate
Generate()
Generates an observable sequence of values containing the contents of the text box whenever the text changes.
protected override IObservable<string> Generate()
Returns
- IObservable<string>
A sequence of string values representing the contents of the text box.