HostedApplicationAdapter.AdapterContextChangedEvent Event
Notifies the UII when the adapter changes the context.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplicationAdapter
Dim handler As AdapterContextChanged
AddHandler instance.AdapterContextChangedEvent, handler
Syntax
'Declaration
Public Event AdapterContextChangedEvent As AdapterContextChanged
public event AdapterContextChanged AdapterContextChangedEvent
public:
event AdapterContextChanged^ AdapterContextChangedEvent {
void add (AdapterContextChanged^ value);
void remove (AdapterContextChanged^ value);
}
/** @event */
public void add_AdapterContextChangedEvent (AdapterContextChanged value)
/** @event */
public void remove_AdapterContextChangedEvent (AdapterContextChanged value)
Platforms
See Also
Reference
HostedApplicationAdapter Class
HostedApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.