SequenceActivity.OnWorkflowChangesCompleted(ActivityExecutionContext) Method

Definition

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

protected:
 override void OnWorkflowChangesCompleted(System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext);
protected override void OnWorkflowChangesCompleted (System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
override this.OnWorkflowChangesCompleted : System.Workflow.ComponentModel.ActivityExecutionContext -> unit
Protected Overrides Sub OnWorkflowChangesCompleted (executionContext As ActivityExecutionContext)

Parameters

executionContext
ActivityExecutionContext

The ActivityExecutionContext for this instance.

Applies to