GeonBit.UI Documentation
ITextValidator Interface |
A class that validates text input to make sure its valid.
These classes can be added to any TextInput to limit the type of input the user can enter.
Namespace: GeonBit.UI.Entities.TextValidators
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public interface ITextValidator
The ITextValidator type exposes the following members.

Name | Description | |
---|---|---|
![]() | ValidateText |
Get the new text input value and return true if valid.
This function can either return false to scrap input changes, or change the text and return true.
|
