'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("ControlOnCausesValidationChangedDescr")> Public Event CausesValidationChanged As System.EventHandler
'Usage
Dim instance As FormulaBar Dim handler As System.EventHandler AddHandler instance.CausesValidationChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnCausesValidationChangedDescr")] public event System.EventHandler CausesValidationChanged
public event CausesValidationChanged: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnCausesValidationChangedDescr")] public: __event System.EventHandler* CausesValidationChanged
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnCausesValidationChangedDescr")] public: event System.EventHandler^ CausesValidationChanged