ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxKeyDown C# (CSharp) 메소드

OnListBoxKeyDown() 개인적인 메소드

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