Compartir a través de


AifTabControl.CloseAppClickHandler Delegate

Definition

Fired to notify the UI when the user clicks a tab to close the application.

public: delegate void AifTabControl::CloseAppClickHandler(IHostedApplication ^ app);
public delegate void AifTabControl.CloseAppClickHandler(IHostedApplication app);
type AifTabControl.CloseAppClickHandler = delegate of IHostedApplication -> unit
Public Delegate Sub AifTabControl.CloseAppClickHandler(app As IHostedApplication)

Parameters

app
IHostedApplication

Specifies the application.

Applies to