ChangeContextEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Specifies the application.
- args
- ContextEventArgs
Specifies the event arguments.