WorkflowOutline::OnNodeAdded Method (WorkflowOutlineNode^)

 

Called after a new node that is not null is added to the activity tree.

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

protected:
virtual void OnNodeAdded(
	WorkflowOutlineNode^ node
)

Parameters

node
Type: System.Workflow.ComponentModel.Design::WorkflowOutlineNode^

Node that was added to the activity tree.

.NET Framework
Available since 3.0
Return to top
Show: