EditContext.OnValidationStateChanged Event

Definition

An event that is raised when validation state has changed.

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 Event OnValidationStateChanged As EventHandler(Of ValidationStateChangedEventArgs) 

Event Type

Applies to