'Declaration
<SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("ControlOnEnabledChangedDescr")> Public Event EnabledChanged As System.EventHandler
'Usage
Dim instance As WorkbookView Dim handler As System.EventHandler AddHandler instance.EnabledChanged, handler
[SRCategory("CatPropertyChanged")] [SRDescription("ControlOnEnabledChangedDescr")] public event System.EventHandler EnabledChanged