Click or drag to resize

IFreeTextChoiceViewTextValidating Event

Fired 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.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
event Action<string, CancelEventArgs> TextValidating

Value

ActionString, CancelEventArgs
See Also