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