Share via


ChangeContextEventHandler Delegate

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

Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.