IWorkflowManager.ActionCompleted Event
Event to notify the hosted application that the action has completed.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As IHostedApplication
Dim handler As ActionCompletedEventHandler
AddHandler instance.ActionCompleted, handler
Syntax
'Declaration
Event ActionCompleted As ActionCompletedEventHandler
event ActionCompletedEventHandler ActionCompleted
event ActionCompletedEventHandler^ ActionCompleted {
void add (ActionCompletedEventHandler^ value);
void remove (ActionCompletedEventHandler^ value);
}
/** @event */
void add_ActionCompleted (ActionCompletedEventHandler value)
/** @event */
void remove_ActionCompleted (ActionCompletedEventHandler value)
Platforms
See Also
Reference
IWorkflowManager Interface
IWorkflowManager Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.