ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / ContextCanceled Event

In This Topic
    ContextCanceled Event (C1TimeEditor)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ContextCanceled As Windows.Foundation.TypedEventHandler(Of UIElement,RoutedEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,RoutedEventArgs> ContextCanceled
    See Also