CompositeActivity::OnWorkflowChangesCompleted Method (ActivityExecutionContext^)

 

Called after changes have been made to the collection Activities of this instance.

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

public protected:
virtual void OnWorkflowChangesCompleted(
	ActivityExecutionContext^ rootContext
)

Parameters

rootContext
Type: System.Workflow.ComponentModel::ActivityExecutionContext^

The ActivityExecutionContext associated with this instance.

When overridden in a derived class, provides processing for this event.

.NET Framework
Available since 3.0
Return to top
Show: