HostedWpfControl.ChangeContext Event
Notifies the hosted application that the context has changed.
Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWpfControl
Dim handler As ChangeContextEventHandler
AddHandler instance.ChangeContext, handler
Syntax
'Declaration
Public Event ChangeContext As ChangeContextEventHandler
public event ChangeContextEventHandler ChangeContext
public:
virtual event ChangeContextEventHandler^ ChangeContext {
void add (ChangeContextEventHandler^ value) sealed;
void remove (ChangeContextEventHandler^ value) sealed;
}
/** @event */
public final void add_ChangeContext (ChangeContextEventHandler value)
/** @event */
public final void remove_ChangeContext (ChangeContextEventHandler value)
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.
Platforms
See Also
Reference
HostedWpfControl Class
HostedWpfControl Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.