Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.