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 for the status of the request action specifically used for Winform application
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New RequestActionStatusHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestActionStatusHandler ( _
app As IHostedApplication, _
args As RequestActionEventArgs _
)
public delegate void RequestActionStatusHandler (
IHostedApplication app,
RequestActionEventArgs args
)
public delegate void RequestActionStatusHandler (
IHostedApplication^ app,
RequestActionEventArgs^ args
)
/** @delegate */
public delegate void RequestActionStatusHandler (
IHostedApplication app,
RequestActionEventArgs args
)
Parameters
- app
Specifies the application
- args
Specifies the event arguments.
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.