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

OnRichTextBoxProtected() private method

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