ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBox.OnPreviewKeyDown C# (CSharp) Метод

OnPreviewKeyDown() защищенный Метод

Raises the PreviewKeyDown event.
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs An PreviewKeyDownEventArgs containing the event data.
Результат void
        protected virtual void OnPreviewKeyDown(PreviewKeyDownEventArgs e)
        {
            if (PreviewKeyDown != null)
                PreviewKeyDown(this, e);
        }