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