PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / OnPreviewKeyDown Method

In This Topic
    OnPreviewKeyDown Method
    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