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 use in event to add a name-value pair to the context.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New ChangeContextEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub ChangeContextEventHandler ( _
app As IHostedApplication, _
args As ContextEventArgs _
)
public delegate void ChangeContextEventHandler (
IHostedApplication app,
ContextEventArgs args
)
public delegate void ChangeContextEventHandler (
IHostedApplication^ app,
ContextEventArgs^ args
)
/** @delegate */
public delegate void ChangeContextEventHandler (
IHostedApplication app,
ContextEventArgs args
)
Parameters
- app
Specifies the application.
- args
Specifies the event arguments.
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.