Back to Devexpress

DiagramDataBindingControllerBase.ItemsGenerated Event

windowsforms-devexpress-dot-xtradiagram-dot-diagramdatabindingcontrollerbase-cea8e476.md

latest2.4 KB
Original Source

DiagramDataBindingControllerBase.ItemsGenerated Event

Occurs when diagram items are generated from the data source.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public event EventHandler<DiagramItemsGeneratedEventArgs> ItemsGenerated
vb
Public Event ItemsGenerated As EventHandler(Of DiagramItemsGeneratedEventArgs)

Event Data

The ItemsGenerated event's data class is DiagramItemsGeneratedEventArgs. The following properties provide information specific to this event:

PropertyDescription
GeneratedConnectorsReturns the collection of generated connectors that represent connections between data objects. This property is obsolete. Use the GeneratedDiagramConnectors property instead.
GeneratedDiagramConnectorsReturns the collection of generated connectors that represent connections between data objects.
GeneratedItemsReturns the collection of generated items that represent data objects.
GenerationKind

Remarks

The event’s GeneratedConnectors and GeneratedItems read-only parameters return the collections of generated connectors and shapes.

See Also

DiagramDataBindingControllerBase Class

DiagramDataBindingControllerBase Members

DevExpress.XtraDiagram Namespace