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

OnListBoxPreviewKeyDown() private method

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