Control.CausesValidationChanged Evento
Definizione
Si verifica quando il valore della proprietà CausesValidation cambia.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 evento
Commenti
Questo evento viene generato se la CausesValidation proprietà viene modificata da una modifica a livello di codice o dall'interazione dell'utente.This event is raised if the CausesValidation property is changed by either a programmatic modification or user interaction.
Per ulteriori informazioni sulla gestione degli eventi, consultare gestione e generazione di eventi.For more information about handling events, see Handling and Raising Events.