Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Notifies the UI when the user closes an application.
Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Usage
'Usage
Dim instance As New CloseApplicationClickEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub CloseApplicationClickEventHandler ( _
app As IHostedApplication _
)
public delegate void CloseApplicationClickEventHandler (
IHostedApplication app
)
public delegate void CloseApplicationClickEventHandler (
IHostedApplication^ app
)
/** @delegate */
public delegate void CloseApplicationClickEventHandler (
IHostedApplication app
)
Parameters
- app
Specifies the application that was closed.
Platforms
See Also
Reference
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.