Class RoutedCommand
Inheritance
System.Object
RoutedCommand
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RoutedCommand : Object, ICommand
Constructors
RoutedCommand()
Declaration
protected RoutedCommand()
RoutedCommand(String, Type)
Declaration
public RoutedCommand(string name, Type ownerType)
Parameters
System.
|
System.
|
RoutedCommand(String, Type, InputGestureCollection)
Declaration
public RoutedCommand(string name, Type ownerType, InputGestureCollection inputGestures)
Parameters
System.
|
System.
|
Input
|
Properties
InputGestures
Declaration
public InputGestureCollection InputGestures { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
OwnerType
Declaration
public Type OwnerType { get; }
Property Value
System.
|
Methods
CanExecute(Object, UIElement)
Declaration
public bool CanExecute(object parameter, UIElement target)
Parameters
System.
|
Microsoft.
|
Returns
System.
|
Execute(Object, UIElement)
Declaration
public void Execute(object parameter, UIElement target)
Parameters
System.
|
Microsoft.
|
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.
|