ActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) 메서드

정의

ActivityDesigner 사용자가 시각적 신호 또는 자식 활동 디자이너의 위치를 변경할 때 알립니다.

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

매개 변수

e
ActivityDesignerLayoutEventArgs

ActivityDesignerLayoutEventArgs 이벤트 데이터가 포함된 항목입니다.

예외

e null 참조를 포함합니다(Visual Basic Nothing).

설명

디자인 타임에 사용자가 활동 디자이너 화면에서 항목의 위치를 변경할 때 필요한 레이아웃 처리를 수행하려면 이 메서드를 재정의해야 합니다.

적용 대상