FreeformActivityDesigner.OnContainedDesignersConnected 메서드

정의

포함된 두 활동 디자이너 간에 연결이 설정된 경우를 알 FreeformActivityDesigner 립니다.

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)

매개 변수

source
ConnectionPoint

ConnectionPoint 커넥터 그리기를 시작할 위치입니다.

target
ConnectionPoint

ConnectionPoint 연결선 그리기를 완료할 위치입니다.

설명

OnContainedDesignersConnected는 개체의 포함된 활동 디자이너 중 Connector 하나에 있는 원본 간에 두 번째 포함된 활동 디자이너를 대상으로 지정할 때 FreeformActivityDesigner 호출됩니다.

적용 대상