ApplicationHost.CurrentContextChange Event
Raised when context information is changed by some application.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As CurrentContextChangeEventHandler
AddHandler instance.CurrentContextChange, handler
Syntax
'Declaration
Public Event CurrentContextChange As CurrentContextChangeEventHandler
public event CurrentContextChangeEventHandler CurrentContextChange
public:
event CurrentContextChangeEventHandler^ CurrentContextChange {
void add (CurrentContextChangeEventHandler^ value);
void remove (CurrentContextChangeEventHandler^ value);
}
/** @event */
public void add_CurrentContextChange (CurrentContextChangeEventHandler value)
/** @event */
public void remove_CurrentContextChange (CurrentContextChangeEventHandler value)
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.