DiagramDataBindingBehaviorBase Events
Serves as a base for behaviors that are used to bind the Diagram Control to data.Name | Description |
---|---|
Changed | Occurs when the Freezable or an object it contains is modified. Inherited from Freezable. |
CustomLayoutItems | Occurs before the generated items are added to the diagram. |
DiagramItemAdded | Fires each time the data binding controller generates a diagram item. |
DiagramItemAdding | |
GenerateConnector | Fires before generating a connector from the data source and allows you to customize it. |
GenerateItem | Fires before generating a diagram item representing a data object and allows you to customize it. |
ItemsGenerated | Occurs when diagram items are generated from the data source. |
UpdateConnector | Occurs when a property of the data object represented by a diagram connector has changed its value. |
UpdateItem | Occurs when a property of the data object represented by a diagram item has changed its value. |
See Also