Compartilhar via


IWorkflow.WorkflowStatusChange Event

Raised when a workflow becomes active and when a workflow is completed/canceled.

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.WorkflowStatusChange, handler

Syntax

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

/** @event */
void remove_WorkflowStatusChange (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.