AppManagerApplicationInstanceParsingCommand - событие
Выполняется при разборе параметра командной строки.
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public event EventHandler<ApplicationParsingCommandEventArgs> ParsingCommand
Public Event ParsingCommand As EventHandler(Of ApplicationParsingCommandEventArgs)
public:
virtual event EventHandler<ApplicationParsingCommandEventArgs^>^ ParsingCommand {
void add (EventHandler<ApplicationParsingCommandEventArgs^>^ value);
void remove (EventHandler<ApplicationParsingCommandEventArgs^>^ value);
}
abstract ParsingCommand : IEvent<EventHandler<ApplicationParsingCommandEventArgs>,
ApplicationParsingCommandEventArgs>
override ParsingCommand : IEvent<EventHandler<ApplicationParsingCommandEventArgs>,
ApplicationParsingCommandEventArgs>
EventHandlerApplicationParsingCommandEventArgsIApplicationParsingCommand