EditContext.OnValidationStateChanged Evento

Definición

Evento que se genera cuando el estado de validación ha cambiado.

C#
public event EventHandler<Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs> OnValidationStateChanged;
C#
public event EventHandler<Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs>? OnValidationStateChanged;

Tipo de evento

Se aplica a

Producto Versiones
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0