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