CloseAppClickHandler Delegate
Notifies the UI when the user clicks the tab to close the application.
Namespace: Microsoft.Uii.Csr.AifWpfTabControl
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
)
Platforms
See Also
Reference
Microsoft.Uii.Csr.AifWpfTabControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.