ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / WeekNumberSlotPresenter Class / PreviewKeyUp Event

In This Topic
    PreviewKeyUp Event (WeekNumberSlotPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Event PreviewKeyUp As Windows.UI.Xaml.Input.KeyEventHandler
    public event Windows.UI.Xaml.Input.KeyEventHandler PreviewKeyUp
    Event Data

    The event handler receives an argument of type Windows.UI.Xaml.Input.KeyRoutedEventArgs containing data related to this event. The following KeyRoutedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
    Gets the keyboard key associated with the event.  
    Gets a structure value that reports various system-detected characteristics of the key press, including repeat count and menu status.  
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    See Also