Click or drag to resize

IFreeTextChoiceView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Common.IFreeTextChoiceView"]


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

The IFreeTextChoiceView type exposes the following members.

Methods
 NameDescription
Public methodSetChoices 
Public methodSetDescription 
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