ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexChart Class / ContextCanceled Event

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