IWorkflowManager.RequestAction Event
Event to request an action of another application to be invoked.
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 RequestActionEventHandler
AddHandler instance.RequestAction, handler
Syntax
'Declaration
Event RequestAction As RequestActionEventHandler
event RequestActionEventHandler RequestAction
event RequestActionEventHandler^ RequestAction {
void add (RequestActionEventHandler^ value);
void remove (RequestActionEventHandler^ value);
}
/** @event */
void add_RequestAction (RequestActionEventHandler value)
/** @event */
void remove_RequestAction (RequestActionEventHandler 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.