ComponentFactory.Krypton.Toolkit.KryptonListBox.OnListBoxKeyUp C# (CSharp) 메소드

OnListBoxKeyUp() 개인적인 메소드

private OnListBoxKeyUp ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
리턴 void
        private void OnListBoxKeyUp(object sender, KeyEventArgs e)
        {
            OnKeyUp(e);
        }
KryptonListBox