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