EditContext.OnValidationStateChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Événement déclenché lorsque l’état de validation a changé.
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)