Class CanExecuteRoutedEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class CanExecuteRoutedEventArgs : RadRoutedEventArgs
Properties
CanExecute
Declaration
public bool CanExecute { get; set; }
Property Value
System.
|
Command
Declaration
public ICommand Command { get; }
Property Value
System.
|
ContinueRouting
Declaration
public bool ContinueRouting { get; set; }
Property Value
System.
|
Parameter
Declaration
public object Parameter { get; }
Property Value
System.
|
Methods
InvokeEventHandler(Delegate, Object)
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object target)
Parameters
System.
|
System.
|