AifWpfTabControl.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.
Notifies the UI when the user clicks the tab to close the application.
public: delegate void AifWpfTabControl::CloseAppClickHandler(IHostedApplication ^ app);
public delegate void AifWpfTabControl.CloseAppClickHandler(IHostedApplication app);
type AifWpfTabControl.CloseAppClickHandler = delegate of IHostedApplication -> unit
Public Delegate Sub AifWpfTabControl.CloseAppClickHandler(app As IHostedApplication)