AppManagerApplicationInstanceExecutingCommand - событие |
Выполняется при выполнении команды, полученной по параметру командной строки.
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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>
Значение
Тип:
SystemEventHandlerApplicationExecutingCommandEventArgsРеализации
IApplicationExecutingCommandСм. также