C# Класс ACAT.Extensions.Default.AppAgents.TalkWindowAgent.TalkWindowContextMenu.CommandHandler

The command handler class that executes commands in the contextual menu for the talk window
Наследование: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandHandler ( TalkWindowContextMenu talkWindowMenu, String cmd ) : System

Initializes a new instance of the class.

Execute ( bool &handled ) : bool

Executes the command

Описание методов

CommandHandler() публичный метод

Initializes a new instance of the class.
public CommandHandler ( TalkWindowContextMenu talkWindowMenu, String cmd ) : System
talkWindowMenu TalkWindowContextMenu the menu object
cmd String command to execute
Результат System

Execute() публичный метод

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if handled
Результат bool