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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.