ContainerControl.AutoValidateChanged Event

Definition

Occurs when the AutoValidate property changes.

public:
 event EventHandler ^ AutoValidateChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler AutoValidateChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? AutoValidateChanged;
[<System.ComponentModel.Browsable(false)>]
member this.AutoValidateChanged : EventHandler 
Public Custom Event AutoValidateChanged As EventHandler 

Event Type

Attributes

Examples

AutoValidate

OnAutoValidateChanged

Remarks

For more information about handling events, see Handling and Raising Events.

Applies to