ApplicationAdapter.AdapterProcessChangedEvent Event
Notifies UII that the process has been changed, for example, that a new one was spawned. This can be used within custom adapters to notify UII of changes.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationAdapter
Dim handler As AdapterProcessChanged
AddHandler instance.AdapterProcessChangedEvent, handler
Syntax
'Declaration
Public Event AdapterProcessChangedEvent As AdapterProcessChanged
public event AdapterProcessChanged AdapterProcessChangedEvent
public:
event AdapterProcessChanged^ AdapterProcessChangedEvent {
void add (AdapterProcessChanged^ value);
void remove (AdapterProcessChanged^ value);
}
/** @event */
public void add_AdapterProcessChangedEvent (AdapterProcessChanged value)
/** @event */
public void remove_AdapterProcessChangedEvent (AdapterProcessChanged value)
Platforms
See Also
Reference
ApplicationAdapter Class
ApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Other Resources
Use UII application adapters to interact with your external applications
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.