'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("RichTextBoxProtected")> Public Event Protected As System.EventHandler
'Usage
Dim instance As NRichTextBox Dim handler As System.EventHandler AddHandler instance.Protected, handler
[SRCategory("CatBehavior")] [SRDescription("RichTextBoxProtected")] public event System.EventHandler Protected