WorkflowView::Idle Event

 

Occurs when the WorkflowView finishes processing and is about to enter the idle state.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
event EventHandler^ Idle {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

If you have tasks to perform before the thread becomes idle, attach them to this event.

.NET Framework
Available since 3.0
Return to top
Show: