FreeformActivityDesigner.OnContainedDesignersConnected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.