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

현재 활동 디자이너의 원본 ConnectionPoint입니다.

target
ConnectionPoint

연결할 활동 디자이너의 대상 ConnectionPoint입니다.

설명

OnConnected 에는 기본 동작이 없습니다. 두 디자이너 간에 연결이 이루어질 때 처리를 제공하기 위해 파생되는 클래스에서 ActivityDesigner 이 메서드를 재정의해야 합니다.

적용 대상