ActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) 메서드

정의

사용자가 시각 신호 또는 자식 Activity Designer의 위치를 바꿀 때 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)가 포함된 경우

설명

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

적용 대상