AifTabControl.CloseAppClickHandler 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.
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
Specifies the application.