Class ValidationEvent
Controls the type event which triggers validation in the component.
Inheritance
System.Object
ValidationEvent
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ValidationEvent : Enum
Fields
Change
The event is triggered when the value is committed with enter key or blur.
Declaration
public const ValidationEvent Change
Field Value
ValidationEvent
|
Input
The event is triggered for each change in the input value.
Declaration
public const ValidationEvent Input
Field Value
ValidationEvent
|
value__
Declaration
public int value__
Field Value
System.Int32
|