ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxKeyDown C# (CSharp) Method

OnListBoxKeyDown() private method

private OnListBoxKeyDown ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
return void
        private void OnListBoxKeyDown(object sender, KeyEventArgs e)
        {
            OnKeyDown(e);
        }
KryptonCheckedListBox