DiagramItemCreatingEventArgs Constructors
Provides data for the DiagramControl.ItemCreating event.| Name | Parameters | Description |
|---|---|---|
| DiagramItemCreatingEventArgs(DiagramControl, Type, ItemUsage, DiagramItem) | source, itemType, itemUsage, item | Initializes a new instance of the DiagramItemCreatingEventArgs class with the specified settings. |
See Also