HostedApplication.ChangeContext Event
This event is fired when the context is changed.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplication
Dim handler As ChangeContextEventHandler
AddHandler instance.ChangeContext, handler
Syntax
'Declaration
Public Event ChangeContext As ChangeContextEventHandler
public abstract event ChangeContextEventHandler ChangeContext
public:
virtual event ChangeContextEventHandler^ ChangeContext {
void add (ChangeContextEventHandler^ value) abstract;
void remove (ChangeContextEventHandler^ value) abstract;
}
/** @event */
public abstract void add_ChangeContext (ChangeContextEventHandler value)
/** @event */
public abstract void remove_ChangeContext (ChangeContextEventHandler value)
Platforms
See Also
Reference
HostedApplication Class
HostedApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.