AutomationAdapter.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.
Generates ContextChanged DDA event from NotifyContextChange AIF event.
public:
override bool NotifyContextChange(Microsoft::Uii::Csr::Context ^ context);
public override bool NotifyContextChange (Microsoft.Uii.Csr.Context context);
override this.NotifyContextChange : Microsoft.Uii.Csr.Context -> bool
Public Overrides Function NotifyContextChange (context As Context) As Boolean
Parameters
- context
- Context
Specifies the context.
Returns
True
if the notification was successful, otherwise false
.