Back to Devexpress

DiagramDataBindingBehaviorBase.ItemsGenerated Event

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramdatabindingbehaviorbase-20ba401e.md

latest1.9 KB
Original Source

DiagramDataBindingBehaviorBase.ItemsGenerated Event

Occurs when diagram items are generated from the data source.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.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.
GeneratedDiagramConnectors
GeneratedItemsReturns the collection of generated items that represent data objects.
GenerationKind

See Also

DiagramDataBindingBehaviorBase Class

DiagramDataBindingBehaviorBase Members

DevExpress.Xpf.Diagram Namespace