Control.CausesValidationChanged Evento
Definición
Se produce cuando cambia el valor de la propiedad CausesValidation.Occurs when the value of the CausesValidation property changes.
public:
event EventHandler ^ CausesValidationChanged;
public event EventHandler CausesValidationChanged;
member this.CausesValidationChanged : EventHandler
Public Custom Event CausesValidationChanged As EventHandler
Tipo de evento
Comentarios
Este evento se desencadena si CausesValidation se cambia la propiedad mediante una modificación mediante programación o una interacción del usuario.This event is raised if the CausesValidation property is changed by either a programmatic modification or user interaction.
Para obtener más información sobre el manejo de eventos, consulte controlar y provocar eventos.For more information about handling events, see Handling and Raising Events.