DiagramItemCreatingEventArgs Properties
Provides data for the DiagramControl.ItemCreating event.Name | Description |
---|---|
Item | Gets or sets the item that is about to be created. |
ItemType | Gets the type of the item that is about to be created. |
ItemUsage | Indicates whether the item is a part of the diagram or toolbox preview. |
See Also