ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapItemsLayer Class / ContextCanceled Event

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