Skip to main content

DiagramDataBindingController Events

Allows you to generate diagrams from a data source.
Name Description
CanRefreshChanged Fires each time the value of the DiagramDataBindingControllerBase.CanRefresh property is changed. Inherited from DiagramDataBindingControllerBase.
CustomLayoutItems Occurs before the generated items are added to the diagram. Inherited from DiagramDataBindingControllerBase.
DiagramConnectorAdded Fires each time the data binding controller generates a connector.
DiagramConnectorAdding Fires each time the data binding controller generates a connector.
DiagramItemAdded Fires each time the data binding controller generates a diagram item. Inherited from DiagramDataBindingControllerBase.
DiagramItemAdding Fires each time the data binding controller generates a diagram item. Inherited from DiagramDataBindingControllerBase.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GenerateConnector Fires before generating a connector from the data source and allows you to customize it. Inherited from DiagramDataBindingControllerBase.
GenerateItem Fires before generating a diagram item representing a data object and allows you to customize it. Inherited from DiagramDataBindingControllerBase.
ItemsGenerated Occurs when diagram items are generated from the data source. Inherited from DiagramDataBindingControllerBase.
UpdateConnector Occurs when a property of the data object represented by a diagram connector has changed its value. Inherited from DiagramDataBindingControllerBase.
UpdateItem Occurs when a property of the data object represented by a diagram item has changed its value. Inherited from DiagramDataBindingControllerBase.
See Also