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

OnRichTextBoxKeyUp() private method

private OnRichTextBoxKeyUp ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
return void
        private void OnRichTextBoxKeyUp(object sender, KeyEventArgs e)
        {
            OnKeyUp(e);
        }