ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.OnRichTextBoxSelectionChanged C# (CSharp) Method

OnRichTextBoxSelectionChanged() private method

private OnRichTextBoxSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnRichTextBoxSelectionChanged(object sender, EventArgs e)
        {
            OnSelectionChanged(e);
        }