Skip to content

ValidateOn

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies when field validation should be triggered.

csharp
public enum ValidateOn

Fields

Blur

Validate when the field loses focus.

Returns: ValidateOn

csharp
Blur = 1

Change

Validate on every text change (default).

Returns: ValidateOn

csharp
Change = 0

Released under the MIT License.