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

OnRichTextBoxLostFocus() private method

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