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

OnRichTextBoxVScroll() private method

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