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