ActivityDesigner.OnConnected(ConnectionPoint, ConnectionPoint) 메서드

정의

두 개의 연결 지점 간을 연결할 때 ActivityDesigner에게 알립니다.

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

매개 변수

source
ConnectionPoint

현재 Activity Designer의 소스 ConnectionPoint입니다.

target
ConnectionPoint

Activity Designer에서 연결할 대상 ConnectionPoint입니다.

설명

OnConnected에는 기본 동작이 없습니다. 두 개의 디자이너를 연결할 때 처리를 제공하려면 ActivityDesigner에서 파생된 클래스에서 이 메서드를 재정의해야 합니다.

적용 대상