AppManagerApplicationInstanceExecutingCommand - событие
Выполняется при выполнении команды, полученной по параметру командной строки.
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public event EventHandler<ApplicationExecutingCommandEventArgs> ExecutingCommand
Public Event ExecutingCommand As EventHandler(Of ApplicationExecutingCommandEventArgs)
public:
virtual event EventHandler<ApplicationExecutingCommandEventArgs^>^ ExecutingCommand {
void add (EventHandler<ApplicationExecutingCommandEventArgs^>^ value);
void remove (EventHandler<ApplicationExecutingCommandEventArgs^>^ value);
}
abstract ExecutingCommand : IEvent<EventHandler<ApplicationExecutingCommandEventArgs>,
ApplicationExecutingCommandEventArgs>
override ExecutingCommand : IEvent<EventHandler<ApplicationExecutingCommandEventArgs>,
ApplicationExecutingCommandEventArgs>
EventHandlerApplicationExecutingCommandEventArgsIApplicationExecutingCommand