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.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
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