ComponentOne Basic Library for UWP
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 System.Boolean
    public System.bool ContinueRouting {get; set;}
    See Also