ApplicationInstanceParsingCommand - событие
Выполняется при разборе параметра командной строки.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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