Edit

Share via


FreeformActivityDesigner.OnContainedDesignersConnected Method

Definition

Notifies the FreeformActivityDesigner when a connection has been established between two of its contained activity designers.

protected public:
 virtual void OnContainedDesignersConnected(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual void OnContainedDesignersConnected(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member OnContainedDesignersConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
override this.OnContainedDesignersConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
Protected Friend Overridable Sub OnContainedDesignersConnected (source As ConnectionPoint, target As ConnectionPoint)

Parameters

source
ConnectionPoint

The ConnectionPoint ___location to begin drawing the connector.

target
ConnectionPoint

The ConnectionPoint ___location to finish drawing the connector.

Remarks

OnContainedDesignersConnected is called when a Connector is drawn between the source on one of the FreeformActivityDesigner object's contained activity designers to target on a second contained activity designer.

Applies to