ApplicationInstanceShuttingDown - событие
Событие, выполняемое перед завершением приложения.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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