AppManagerApplicationInstanceOnParsingCommand - метод
Выполняется при разборе параметра командной строки.
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
protected virtual void OnParsingCommand(
[NotNullAttribute] ApplicationParsingCommandEventArgs e
)
Protected Overridable Sub OnParsingCommand (
<NotNullAttribute> e As ApplicationParsingCommandEventArgs
)
protected:
virtual void OnParsingCommand(
[NotNullAttribute] ApplicationParsingCommandEventArgs^ e
)
abstract OnParsingCommand :
[<NotNullAttribute>] e : ApplicationParsingCommandEventArgs -> unit
override OnParsingCommand :
[<NotNullAttribute>] e : ApplicationParsingCommandEventArgs -> unit
Параметры
- e ApplicationParsingCommandEventArgs
-
Аргументы события с указанием контекста с информацией по запускаемому приложению и по разбираемому параметру.