Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.