ApplicationHost.ActionCompleted Event
Raised when an action is completed.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As ActionCompletedEventHandler
AddHandler instance.ActionCompleted, handler
Syntax
'Declaration
Public Event ActionCompleted As ActionCompletedEventHandler
public event ActionCompletedEventHandler ActionCompleted
public:
event ActionCompletedEventHandler^ ActionCompleted {
void add (ActionCompletedEventHandler^ value);
void remove (ActionCompletedEventHandler^ value);
}
/** @event */
public void add_ActionCompleted (ActionCompletedEventHandler value)
/** @event */
public void remove_ActionCompleted (ActionCompletedEventHandler 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.