CloseApplicationClickEventHandler Delegate

Definition

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

app
IHostedApplication

Specifies the application that was closed.

Applies to