AppManagerApplicationInstanceShuttingDown - событие
Событие, выполняемое перед завершением приложения.
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public event EventHandler<ApplicationContextDeferredEventArgs> ShuttingDown
Public Event ShuttingDown As EventHandler(Of ApplicationContextDeferredEventArgs)
public:
virtual event EventHandler<ApplicationContextDeferredEventArgs^>^ ShuttingDown {
void add (EventHandler<ApplicationContextDeferredEventArgs^>^ value);
void remove (EventHandler<ApplicationContextDeferredEventArgs^>^ value);
}
abstract ShuttingDown : IEvent<EventHandler<ApplicationContextDeferredEventArgs>,
ApplicationContextDeferredEventArgs>
override ShuttingDown : IEvent<EventHandler<ApplicationContextDeferredEventArgs>,
ApplicationContextDeferredEventArgs>
EventHandlerApplicationContextDeferredEventArgsIApplicationShuttingDown