Occurs when the UserControl.AutoValidate property changes.
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.