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.
Event handler to handle requests to drive focus to a specific application.
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New RequestFocusEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestFocusEventHandler ( _
app As IHostedApplication _
)
public delegate void RequestFocusEventHandler (
IHostedApplication app
)
public delegate void RequestFocusEventHandler (
IHostedApplication^ app
)
/** @delegate */
public delegate void RequestFocusEventHandler (
IHostedApplication app
)
Parameters
- app
Specifies the application.
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.