ApplicationHost.CurrentContextChangeEventHandler Delegate

Definition

Notifies that the context has been changed by some application.

public: delegate void ApplicationHost::CurrentContextChangeEventHandler(Context ^ context);
public delegate void ApplicationHost.CurrentContextChangeEventHandler(Context context);
type ApplicationHost.CurrentContextChangeEventHandler = delegate of Context -> unit
Public Delegate Sub ApplicationHost.CurrentContextChangeEventHandler(context As Context)

Parameters

context
Context

Specifies the context

Applies to