Click or drag to resize

IFreeTextChoiceView Interface

View interface for choosing either predefined text or free text.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IFreeTextChoiceView

The IFreeTextChoiceView type exposes the following members.

Methods
 NameDescription
Public methodSetChoices Sets the available choices.
Public methodSetDescription Sets the description text.
Top
Events
 NameDescription
Public eventSelectionChangeCommitted Fired if the user has changed the selection from the selection list.
Public eventTextValidatingFired if free text was entered and needs to be validated. Make sure that this event is fired only, if free text was entered, and is not fired if the user has choosen from the selection list.
Top
See Also