Connector.OnLayout(ActivityDesignerLayoutEventArgs) Método

Definición

Notifica a Connector que las operaciones de diseño se están realizando.

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)

Parámetros

e
ActivityDesignerLayoutEventArgs

Objeto ActivityDesignerLayoutEventArgs que contiene los datos del evento.

Comentarios

OnLayout borra ConnectorSegments y lo repuebla con un nuevo intervalo de puntos.

Se aplica a