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

OnListBoxKeyPress() 개인적인 메소드

private OnListBoxKeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
리턴 void
        private void OnListBoxKeyPress(object sender, KeyPressEventArgs e)
        {
            OnKeyPress(e);
        }
KryptonCheckedListBox