ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / OnPreviewKeyUp Method

In This Topic
    OnPreviewKeyUp Method
    In This Topic
    Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp 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 OnPreviewKeyUp( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnPreviewKeyUp( 
       KeyEventArgs e
    )

    Parameters

    e
    See Also