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