Share via


AutomationAdapter.NotifyContextChange(Context) Method

Definition

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.

Applies to