Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Change context event handler.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWebApplication
Dim handler As ChangeContextEventHandler
AddHandler instance.ChangeContext, handler
Syntax
'Declaration
Public Event ChangeContext As ChangeContextEventHandler
public override event ChangeContextEventHandler ChangeContext
public:
virtual event ChangeContextEventHandler^ ChangeContext {
void add (ChangeContextEventHandler^ value) override;
void remove (ChangeContextEventHandler^ value) override;
}
/** @event */
public void add_ChangeContext (ChangeContextEventHandler value)
/** @event */
public void remove_ChangeContext (ChangeContextEventHandler value)
Platforms
See Also
Reference
HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.