DiagramDataBindingControllerBase Events
Serves as a base for behaviors that are used to bind the Diagram Control to data.
Name | Description |
---|---|
Can |
Fires each time the value of the Diagram |
Custom |
Occurs before the generated items are added to the diagram. |
Diagram |
Fires each time the data binding controller generates a diagram item. |
Diagram |
Fires each time the data binding controller generates a diagram item. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Generate |
Fires before generating a connector from the data source and allows you to customize it. |
Generate |
Fires before generating a diagram item representing a data object and allows you to customize it. |
Items |
Occurs when diagram items are generated from the data source. |
Update |
Occurs when a property of the data object represented by a diagram connector has changed its value. |
Update |
Occurs when a property of the data object represented by a diagram item has changed its value. |
See Also