HostedApplicationAdapter.AdapterContextChange(Context) Method
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.
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.