RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / FindAndReplace Class / OnPreviewKeyDown Method

In This Topic
    OnPreviewKeyDown Method (FindAndReplace)
    In This Topic
    Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPreviewKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnPreviewKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    See Also