Compartir a través de


IWorkflow.WorkflowStarted Event

Notifies the desktop that a workflow is started.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As IWorkflow
Dim handler As WorkflowEventHandler

AddHandler instance.WorkflowStarted, handler

Syntax

'Declaration
Event WorkflowStarted As WorkflowEventHandler
event WorkflowEventHandler WorkflowStarted
event WorkflowEventHandler^ WorkflowStarted {
    void add (WorkflowEventHandler^ value);
    void remove (WorkflowEventHandler^ value);
}
/** @event */
void add_WorkflowStarted (WorkflowEventHandler value)

/** @event */
void remove_WorkflowStarted (WorkflowEventHandler value)

Platforms

See Also

Reference

IWorkflow Interface
IWorkflow Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.