Share via


DynamicsBaseHostedControl.NotifyContextChange(Context) Method

Definition

UII function that provides notification whenever Replacement parameters or the context have changed. This function is called frequently so no long running code should be placed into this override. It is recommended that you avoid using this override except when it is absolutely necessary.

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

Parameters

context
Context

Applies to