FreeformActivityDesigner.OnConnectorChanged(ConnectorEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the ConnectorChanged event.
protected public:
virtual void OnConnectorChanged(System::Workflow::ComponentModel::Design::ConnectorEventArgs ^ e);
protected internal virtual void OnConnectorChanged (System.Workflow.ComponentModel.Design.ConnectorEventArgs e);
abstract member OnConnectorChanged : System.Workflow.ComponentModel.Design.ConnectorEventArgs -> unit
override this.OnConnectorChanged : System.Workflow.ComponentModel.Design.ConnectorEventArgs -> unit
Protected Friend Overridable Sub OnConnectorChanged (e As ConnectorEventArgs)
Parameters
A ConnectorEventArgs that contains the event data.
Remarks
A connector is changed when a user changes the ConnectionPoint locations at either end of a Connector object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.