DiagramItemsGeneratedEventArgs Constructors
Provides data for the DiagramDataBindingBehaviorBase.ItemsGenerated event.| Name | Parameters | Description |
|---|---|---|
| DiagramItemsGeneratedEventArgs(ReadOnlyCollection<DiagramItem>, ReadOnlyCollection<DiagramConnector>, GenerationKind) | generatedItems, generatedDiagramConnectors, generationKind | Initializes a new instance of the DiagramItemsGeneratedEventArgs class with specified settings. |
See Also