ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItemsPresenter Class / OnPreviewKeyUp Method

In This Topic
    OnPreviewKeyUp Method (C1RadialMenuItemsPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPreviewKeyUp( _
       ByVal e As Windows.UI.Xaml.Input.KeyRoutedEventArgs _
    ) 
    protected virtual void OnPreviewKeyUp( 
       Windows.UI.Xaml.Input.KeyRoutedEventArgs e
    )

    Parameters

    e
    See Also