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