DiagramDataBindingBehavior Events
Allows you to generate diagrams from a data source.
Name | Description |
---|---|
Changed | Occurs when the Freezable or an object it contains is modified. Inherited from Freezable. |
Custom |
Occurs before the generated items are added to the diagram.
Inherited from Diagram |
Diagram |
Fires each time the data binding controller generates a connector. |
Diagram |
Fires each time the user draws a new connector in a data-bound diagram. |
Diagram |
Fires each time the data binding controller generates a diagram item.
Inherited from Diagram |
Diagram |
Inherited from Diagram |
Generate |
Fires before generating a connector from the data source and allows you to customize it.
Inherited from Diagram |
Generate |
Fires before generating a diagram item representing a data object and allows you to customize it.
Inherited from Diagram |
Items |
Occurs when diagram items are generated from the data source.
Inherited from Diagram |
Update |
Occurs when a property of the data object represented by a diagram connector has changed its value.
Inherited from Diagram |
Update |
Occurs when a property of the data object represented by a diagram item has changed its value.
Inherited from Diagram |
See Also