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 지우고 새 범위의 포인트로 다시 채웁니다.

적용 대상