CompositeActivity::OnActivityChangeAdd Method (ActivityExecutionContext^, Activity^)

 

Calls when an activity is added.

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

public protected:
virtual void OnActivityChangeAdd(
	ActivityExecutionContext^ executionContext,
	Activity^ addedActivity
)

Exception Condition
ArgumentNullException

executionContext is a null reference (Nothing in Visual Basic).

ArgumentNullException

addedActivity is a null reference (Nothing).

.NET Framework
Available since 3.0
Return to top
Show: