IApplicationExecutingCommand - событие |
Выполняется при выполнении команды, полученной по параметру командной строки.
Пространство имён:
Tessa.Platform.Runtime
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис event EventHandler<ApplicationExecutingCommandEventArgs> ExecutingCommand
Event ExecutingCommand As EventHandler(Of ApplicationExecutingCommandEventArgs)
event EventHandler<ApplicationExecutingCommandEventArgs^>^ ExecutingCommand {
void add (EventHandler<ApplicationExecutingCommandEventArgs^>^ value);
void remove (EventHandler<ApplicationExecutingCommandEventArgs^>^ value);
}
abstract ExecutingCommand : IEvent<EventHandler<ApplicationExecutingCommandEventArgs>,
ApplicationExecutingCommandEventArgs>
Значение
Тип:
SystemEventHandlerApplicationExecutingCommandEventArgsСм. также