Table of Contents

Interface ICommandUiItem

Namespace
Gemini.Framework.Commands
Assembly
Gemini.dll
public interface ICommandUiItem

Properties

Command

Gets the associated command.

Command Command { get; }

Property Value

Command

CommandDefinition

Gets the associated command definition.

CommandDefinitionBase CommandDefinition { get; }

Property Value

CommandDefinitionBase

Methods

Update(CommandHandlerWrapper)

void Update(CommandHandlerWrapper commandHandler)

Parameters

commandHandler CommandHandlerWrapper