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
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
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