ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / MetadataWorkaround Class / OnPreviewKeyDown Method

In This Topic
    OnPreviewKeyDown Method (MetadataWorkaround)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub OnPreviewKeyDown( _
       ByVal e As Windows.UI.Xaml.Input.KeyRoutedEventArgs _
    ) 
    protected void OnPreviewKeyDown( 
       Windows.UI.Xaml.Input.KeyRoutedEventArgs e
    )

    Parameters

    e
    See Also