FreeformActivityDesigner.ConnectorChanged 이벤트

정의

사용자가 ConnectionPoint에 의해 표시된 Connector와 연결된 FreeformActivityDesigner 위치를 변경하는 경우 발생합니다.

public:
 event System::Workflow::ComponentModel::Design::ConnectorEventHandler ^ ConnectorChanged;
public event System.Workflow.ComponentModel.Design.ConnectorEventHandler ConnectorChanged;
member this.ConnectorChanged : System.Workflow.ComponentModel.Design.ConnectorEventHandler 
Public Custom Event ConnectorChanged As ConnectorEventHandler 
Public Event ConnectorChanged As ConnectorEventHandler 

이벤트 유형

설명

사용자가 개체의 양쪽 끝에 있는 위치를 변경하면 ConnectionPoint 커넥터가 Connector 변경됩니다.

OnConnectorChanged 는 이벤트에 대해 등록된 대리자 이벤트 처리기입니다 ConnectorChanged .

적용 대상