共用方式為


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)。

備註

您應該覆寫這個方法,以執行使用者在設計階段重新調整活動設計工具上項目之位置時的必要配置處理。

適用於