FreeformActivityDesigner::ConnectorRemoved Event

 

Occurs when a user removes a connector from the FreeformActivityDesigner.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
event ConnectorEventHandler^ ConnectorRemoved {
	void add(ConnectorEventHandler^ value);
	void remove(ConnectorEventHandler^ value);
}

OnConnectorRemoved is the registered delegate event handler for the ConnectorRemoved event.

.NET Framework
Available since 3.0
Return to top
Show: