Table of Contents

Method Generate

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Generate()

Generates an observable sequence of values containing the currently selected item in the list control whenever the selection changes.

protected override IObservable<string> Generate()

Returns

IObservable<string>

A sequence of string values representing the currently selected item in the list control.