Interface ICommandUiItem
public interface ICommandUiItem
Properties
Command
Gets the associated command.
Command Command { get; }
Property Value
CommandDefinition
Gets the associated command definition.
CommandDefinitionBase CommandDefinition { get; }
Property Value
Methods
Update(CommandHandlerWrapper)
void Update(CommandHandlerWrapper commandHandler)
Parameters
commandHandler
CommandHandlerWrapper