ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / Holding Event

In This Topic
    Holding Event (C1DateTimePicker)
    In This Topic
    Syntax
    'Declaration
     
    Public Event Holding As Windows.UI.Xaml.Input.HoldingEventHandler
    public event Windows.UI.Xaml.Input.HoldingEventHandler Holding
    Event Data

    The event handler receives an argument of type Windows.UI.Xaml.Input.HoldingRoutedEventArgs containing data related to this event. The following HoldingRoutedEventArgs 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 underlying HoldingState for the interaction  
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    Gets the PointerDeviceType for the pointer device that initiated the associated input event.  
    See Also