Edit

Share via


ContainerControl.AutoValidateChanged Event

Definition

Occurs when the AutoValidate property changes.

[System.ComponentModel.Browsable(false)]
public event EventHandler AutoValidateChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? AutoValidateChanged;

Event Type

Attributes

Examples

AutoValidate

OnAutoValidateChanged

Remarks

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

Applies to