ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaysOfWeekPresenter Class / OnDoubleTapped Method

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

    Parameters

    e
    See Also