다음을 통해 공유


Connector.OnLayout(ActivityDesignerLayoutEventArgs) 메서드

정의

레이아웃 작업이 실행 중임을 Connector에게 알립니다.

protected public:
 virtual void OnLayout(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected internal virtual void OnLayout (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
abstract member OnLayout : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
override this.OnLayout : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Friend Overridable Sub OnLayout (e As ActivityDesignerLayoutEventArgs)

매개 변수

e
ActivityDesignerLayoutEventArgs

이벤트 데이터를 포함하는 ActivityDesignerLayoutEventArgs입니다.

설명

OnLayoutConnectorSegments를 삭제하고 새 지점 범위로 다시 채웁니다.

적용 대상