Partager via


HostedControl.ChangeContext Event

Definition

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.

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

Event to notify that the context has changed.

Applies to