Compartir a través de


ChangeContextEventHandler Delegate

Definition

Event handler use in event to add a name-value pair to the context.

public delegate void ChangeContextEventHandler(IHostedApplication ^ app, ContextEventArgs ^ args);
public delegate void ChangeContextEventHandler(IHostedApplication app, ContextEventArgs args);
type ChangeContextEventHandler = delegate of IHostedApplication * ContextEventArgs -> unit
Public Delegate Sub ChangeContextEventHandler(app As IHostedApplication, args As ContextEventArgs)

Parameters

app
IHostedApplication

Specifies the application.

args
ContextEventArgs

Specifies the event arguments.

Applies to