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 包含一個空參考(Nothing 在 Visual Basic 中)。

備註

你應該覆寫此方法,以便在使用者在設計時重新定位活動設計器表面上的項目時,執行任何版面處理。

適用於