Connector.OnLayout(ActivityDesignerLayoutEventArgs) メソッド

定義

レイアウト操作が行われていることを Connector に通知します。

protected public:
 virtual void OnLayout(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected internal virtual void OnLayout (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
abstract member OnLayout : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
override this.OnLayout : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Friend Overridable Sub OnLayout (e As ActivityDesignerLayoutEventArgs)

パラメーター

e
ActivityDesignerLayoutEventArgs

イベント データを格納している ActivityDesignerLayoutEventArgs

注釈

OnLayoutConnectorSegments をクリアし、ポイントの新しい範囲を再設定します。

適用対象