Enum
ValidationEvent

Controls the type event which triggers validation in the component.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ValidationEvent

Fields

Change

The event is triggered when the value is committed with enter key or blur.

Declaration

cs-api-definition
Change = 1

Field Value

ValidationEvent

Input

The event is triggered for each change in the input value.

Declaration

cs-api-definition
Input = 0

Field Value

ValidationEvent

In this article
DefinitionFieldsChangeInput
Not finding the help you need?
Contact Support