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 that the context has been changed by some application.
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New CurrentContextChangeEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub CurrentContextChangeEventHandler ( _
context As Context _
)
public delegate void CurrentContextChangeEventHandler (
Context context
)
public delegate void CurrentContextChangeEventHandler (
Context^ context
)
/** @delegate */
public delegate void CurrentContextChangeEventHandler (
Context context
)
Parameters
- context
Specifies the context
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.