AppManagerApplicationInstanceExecutingCommand - событие
Выполняется при выполнении команды, полученной по параметру командной строки.
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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