DiagramItemInitializingEventArgs(DiagramItem, ItemUsage) Constructor
Initializes a new instance of the DiagramItemInitializingEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DiagramItem | A DiagramItem object representing the diagram item that is being initialized. |
itemUsage | ItemUsage | A ItemUsage enumeration value that indicates whether the item is a part of the diagram or toolbox preview. |
See Also