ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Image Class / ContextCanceled Event

In This Topic
    ContextCanceled Event
    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