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