Definition
Namespace:Telerik.WinForms.SyntaxEditor.Commands
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
public sealed class CanExecuteRoutedEventArgs : EventArgs
Inheritance: objectEventArgsCanExecuteRoutedEventArgs
Inherited Members
Properties
Gets or sets a value that indicates whether the RoutedCommand associated with this event can be executed on the command target.
public bool CanExecute { get; set; }
true if the event can be executed on the command target; otherwise, false. The default value is false.
Gets the command associated with this event.
public ICommand Command { get; }
The command. Unless the command is a custom command, this is generally a RoutedCommand. There is no default value.
Determines whether the input routed event that invoked the command should continue to route through the element tree.
public bool ContinueRouting { get; set; }
true if the routed event should continue to route through element tree; otherwise, false. The default value is false.