Skip to main content
A newer version of this page is available. .

DiagramItemInitializingEventArgs(DiagramItem, ItemUsage) Constructor

Initializes a new instance of the DiagramItemInitializingEventArgs class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramItemInitializingEventArgs(
    DiagramItem item,
    ItemUsage itemUsage
)

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