ComponentOne Basic Library for WPF and Silverlight
ContinueRouting Property


C1.Silverlight Namespace > CanExecuteRoutedEventArgs Class : ContinueRouting Property
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
'Usage
 
Dim instance As CanExecuteRoutedEventArgs
Dim value As System.Boolean
 
instance.ContinueRouting = value
 
value = instance.ContinueRouting
public System.bool ContinueRouting {get; set;}
See Also

Reference

CanExecuteRoutedEventArgs Class
CanExecuteRoutedEventArgs Members