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

OnListBoxPreviewKeyDown() 개인적인 메소드

private OnListBoxPreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
sender object
e System.Windows.Forms.PreviewKeyDownEventArgs
리턴 void
        private void OnListBoxPreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
        {
            OnPreviewKeyDown(e);
        }
KryptonCheckedListBox