ClassCanExecuteRoutedEventArgs
Class
Provides data for the CanExecute and PreviewCanExecute routed events.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class CanExecuteRoutedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCanExecuteRoutedEventArgs
Inherited Members
Properties
CanExecute
Gets or sets a value that indicates whether the RoutedCommand associated with this event can be executed on the command target.
Command
Gets the command associated with this event.
ContinueRouting
Determines whether the input routed event that invoked the command should continue to route through the element tree.
Methods
InvokeEventHandler(Delegate, object)
Invokes the event handler.