Back to Devexpress

DiagramDataBindingBehaviorBase Events

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramdatabindingbehaviorbase-dot-underscore-events.md

latest2.1 KB
Original Source

DiagramDataBindingBehaviorBase Events

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

NameDescription
ChangedOccurs when the Freezable or an object it contains is modified. Inherited from Freezable.
CustomLayoutItemsOccurs before the generated items are added to the diagram.
DiagramItemAddedFires each time the data binding controller generates a diagram item.
DiagramItemAdding
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

DiagramDataBindingBehaviorBase Class

DiagramDataBindingBehaviorBase Members

DevExpress.Xpf.Diagram Namespace