DiagramDataBindingBehaviorBase.UpdateConnector Event
Occurs when a property of the data object represented by a diagram connector has changed its value.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Event Data
The UpdateConnector event's data class is DevExpress.Xpf.Diagram.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