Show / Hide Table of Contents

Interface ICommandSource

Command Source interface

Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public interface ICommandSource

Properties

Command

Gets the command.

Declaration
ICommand Command { get; }
Property Value
Type Description
ICommand

The command.

CommandParameter

Gets the command parameter.

Declaration
object CommandParameter { get; }
Property Value
Type Description
System.Object

The command parameter.

Back to top Generated by DocFX