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