System.Windows.Forms.UserControl.AutoValidateChanged Event

Occurs when the UserControl.AutoValidate property changes.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.Browsable(true)]
public event EventHandler AutoValidateChanged

Remarks

If your custom control performs any of its own validation, you will need to know when a developer using your control has changed the UserControl.AutoValidate property so that you can change your control's validation behavior accordingly.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0