ClassRoutedUICommand
Class
Defines an ICommand that is routed through the element tree and contains a text property.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(CommandConverter))]
public class RoutedUICommand : RoutedCommand, ICommand
Inheritance: objectRoutedCommandRoutedUICommand
Implements:
Inherited Members
Constructors
RoutedUICommand()
Initializes a new instance of the RoutedUICommand class.
Declaration
cs-api-definition
protected RoutedUICommand()
RoutedUICommand(string, string, Type)
Initializes a new instance of the RoutedUICommand class.
RoutedUICommand(string, string, Type, InputGestureCollection)
Initializes a new instance of the RoutedUICommand class.
Declaration
cs-api-definition
public RoutedUICommand(string text, string name, Type ownerType, InputGestureCollection inputGestures)
Parameters
text
The text.
name
The name.
ownerType
Type of the owner.
inputGestures
The input gestures.