Back to Devexpress

DiagramDataBindingControllerBase Events

windowsforms-devexpress-dot-xtradiagram-dot-diagramdatabindingcontrollerbase-dot-underscore-events.md

latest2.7 KB
Original Source

DiagramDataBindingControllerBase Events

Serves as a base for behaviors that are used to bind the Diagram Control to data.

NameDescription
CanRefreshChangedFires each time the value of the DiagramDataBindingControllerBase.CanRefresh property is changed.
CustomLayoutItemsOccurs before the generated items are added to the diagram.
DiagramItemAddedFires each time the data binding controller generates a diagram item.
DiagramItemAddingFires each time the data binding controller generates a diagram item.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GenerateConnectorFires before generating a connector from the data source and allows you to customize it.
GenerateItemFires before generating a diagram item representing a data object and allows you to customize it.
ItemsGeneratedOccurs when diagram items are generated from the data source.
UpdateConnectorOccurs when a property of the data object represented by a diagram connector has changed its value.
UpdateItemOccurs when a property of the data object represented by a diagram item has changed its value.

See Also

DiagramDataBindingControllerBase Class

DiagramDataBindingControllerBase Members

DevExpress.XtraDiagram Namespace