DynamicsBaseHostedControl.NotifyContextChange(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.
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