ISettingsManagerHost.HostShuttingDown Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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