Table of Contents

Method Generate

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

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.