FreeformActivityDesigner.ConnectorChanged Event

Definition

Occurs when a user changes the ConnectionPoint locations associated with a Connector displayed by the FreeformActivityDesigner.

public:
 event System::Workflow::ComponentModel::Design::ConnectorEventHandler ^ ConnectorChanged;
public event System.Workflow.ComponentModel.Design.ConnectorEventHandler ConnectorChanged;
member this.ConnectorChanged : System.Workflow.ComponentModel.Design.ConnectorEventHandler 
Public Custom Event ConnectorChanged As ConnectorEventHandler 
Public Event ConnectorChanged As ConnectorEventHandler 

Event Type

Remarks

A connector is changed when a user changes the ConnectionPoint locations at either end of a Connector object.

OnConnectorChanged is the registered delegate event handler for the ConnectorChanged event.

Applies to