Share via


ISettingsManagerHost.HostShuttingDown Event

Definition

Raised when the host is about to shut down, to give the settings manager an opportunity to release resources, finish or cancel async tasks, etc. The host should wait until the async event handler is complete (e.g. using the RaiseEventAsync<T>(Delegate, Object, T) extension method) before continuing.

public:
 event Microsoft::VisualStudio::Settings::AsyncEventHandler ^ HostShuttingDown;
event Microsoft.VisualStudio.Settings.AsyncEventHandler HostShuttingDown;
member this.HostShuttingDown : Microsoft.VisualStudio.Settings.AsyncEventHandler 
Event HostShuttingDown As AsyncEventHandler 

Event Type

Applies to