ActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知 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)。
注解
当用户在设计时重新定位活动设计器图面上的项时,应重写此方法以执行所需的任何布局处理。