ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.OnRichTextBoxPreviewKeyDown C# (CSharp) Méthode

OnRichTextBoxPreviewKeyDown() private méthode

private OnRichTextBoxPreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
sender object
e System.Windows.Forms.PreviewKeyDownEventArgs
Résultat void
        private void OnRichTextBoxPreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
        {
            OnPreviewKeyDown(e);
        }