EditContext.OnValidationStateChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Evento generato quando lo stato di convalida è cambiato.
public:
event EventHandler<Microsoft::AspNetCore::Components::Forms::ValidationStateChangedEventArgs ^> ^ OnValidationStateChanged;
public event EventHandler<Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs> OnValidationStateChanged;
public event EventHandler<Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs>? OnValidationStateChanged;
member this.OnValidationStateChanged : EventHandler<Microsoft.AspNetCore.Components.Forms.ValidationStateChangedEventArgs>
Public Custom Event OnValidationStateChanged As EventHandler(Of ValidationStateChangedEventArgs)
Public Event OnValidationStateChanged As EventHandler(Of ValidationStateChangedEventArgs)