InterfaceICommandSource
Interface
Defines an object that knows how to invoke a command.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface ICommandSource
Derived Classes:
Properties
Command
Gets the command that will be executed when the command source is invoked.
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed.
CommandTarget
The object that the command is being executed on.
Declaration
cs-api-definition
UIElement CommandTarget { get; }
Property Value
UIElement