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 包含 null 引用(Visual Basic 中的 Nothing)。

注解

当用户在设计时重新定位活动设计器图面上的项时,应重写此方法以执行所需的任何布局处理。

适用于