Method Generate
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.