HostedControl.ChangeContext Event
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.
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.