Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramDataBindingControllerBase.UpdateConnector Event

Occurs when a property of the data object represented by a diagram connector has changed its value.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.2.dll

NuGet Package: DevExpress.Win.Diagram

#Declaration

public event EventHandler<DiagramUpdateConnectorEventArgs> UpdateConnector

#Event Data

The UpdateConnector event's data class is DevExpress.XtraDiagram.DiagramUpdateConnectorEventArgs.

#Remarks

The UpdateConnector event provides the following properties:

Event’s property Description
Connector The connector item associated with the data object.
DataObject The data object whose property has changed its value.
From The data object represented by the diagram item that is the connector’s DiagramConnector.BeginItem.
To The data object represented by the diagram item that is the connector’s DiagramConnector.EndItem.
See Also