WpfPanel.CloseAppClickHandler(IHostedApplication) Method
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.
Called whenever the user clicks to close an application.
protected:
void CloseAppClickHandler(Microsoft::Uii::Csr::IHostedApplication ^ app);
protected void CloseAppClickHandler (Microsoft.Uii.Csr.IHostedApplication app);
member this.CloseAppClickHandler : Microsoft.Uii.Csr.IHostedApplication -> unit
Protected Sub CloseAppClickHandler (app As IHostedApplication)
Parameters
Specifies the hosted application.