ApplicationHost.RequestApplicationCloseHandler Delegate
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.
Event handler to notify others that an application is being closed.
public: delegate void ApplicationHost::RequestApplicationCloseHandler(IHostedApplication ^ app);
public delegate void ApplicationHost.RequestApplicationCloseHandler(IHostedApplication app);
type ApplicationHost.RequestApplicationCloseHandler = delegate of IHostedApplication -> unit
Public Delegate Sub ApplicationHost.RequestApplicationCloseHandler(app As IHostedApplication)
Parameters
Specifies the application.