Connector.OnLayout(ActivityDesignerLayoutEventArgs) Methode

Definition

Benachrichtigt den Connector, dass Layoutvorgänge durchgeführt werden.

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)

Parameter

e
ActivityDesignerLayoutEventArgs

Das ActivityDesignerLayoutEventArgs, das die Ereignisdaten enthält.

Hinweise

OnLayout löscht ConnectorSegments und füllt sie wieder mit neuen Punkten aus.

Gilt für