HostedApplicationAdapter.AdapterContextChange(Context) Method

Definition

Used by inherited classes to send context change event to UII.

public:
 void AdapterContextChange(Microsoft::Uii::Csr::Context ^ context);
public void AdapterContextChange (Microsoft.Uii.Csr.Context context);
member this.AdapterContextChange : Microsoft.Uii.Csr.Context -> unit
Public Sub AdapterContextChange (context As Context)

Parameters

context
Context

Specifies the context object that has changed.

Applies to