Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / CanExecuteRoutedEventArgs Class / ContinueRouting Property

In This Topic
    ContinueRouting Property
    In This Topic
    Determines whether the input event that invoked the command should continue to route through the element tree.
    Syntax
    'Declaration
     
    
    Public Property ContinueRouting As Boolean
    public bool ContinueRouting {get; set;}
    See Also