HostedControl.ChangeContext Event
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.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControl
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
Event to notify that the context has changed.
Platforms
See Also
Reference
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.