HostedWpfControl.ChangeContext Event

Definition

Notifies the hosted application that the context has changed.

public:
 virtual event Microsoft::Uii::Csr::ChangeContextEventHandler ^ ChangeContext;
public event Microsoft.Uii.Csr.ChangeContextEventHandler ChangeContext;
member this.ChangeContext : Microsoft.Uii.Csr.ChangeContextEventHandler 
Public Event ChangeContext As ChangeContextEventHandler 

Event Type

Implements

Remarks

This event is for internal UII use only and should not be used directly. If your hosted control wants to recieve context change notification, you should be overriding NotifyContextChange method in your implementation.

Applies to