ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / ContextCanceled Event

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