CloseApplicationClickEventHandler 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.
Notifies the UI when the user closes an application.
public delegate void CloseApplicationClickEventHandler(IHostedApplication ^ app);
public delegate void CloseApplicationClickEventHandler(IHostedApplication app);
type CloseApplicationClickEventHandler = delegate of IHostedApplication -> unit
Public Delegate Sub CloseApplicationClickEventHandler(app As IHostedApplication)
Parameters
Specifies the application that was closed.