Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Fired to notify the UI when the user clicks a tab to close the application.
Namespace: Microsoft.Uii.Csr.AifTabControl
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New CloseAppClickHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub CloseAppClickHandler ( _
app As IHostedApplication _
)
public delegate void CloseAppClickHandler (
IHostedApplication app
)
public delegate void CloseAppClickHandler (
IHostedApplication^ app
)
/** @delegate */
public delegate void CloseAppClickHandler (
IHostedApplication app
)
Parameters
- app
Specifies the application.
Platforms
See Also
Reference
Microsoft.Uii.Csr.AifTabControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.