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