Skip to main content

DiagramItemsChangedEventArgs(DiagramItem, ItemsChangedAction) Constructor

Initializes a new instance of the DiagramItemsChangedEventArgs class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramItemsChangedEventArgs(
    DiagramItem item,
    ItemsChangedAction action
)

Parameters

Name Type Description
item DiagramItem

A DiagramItem object representing the item that is being added or removed.

action ItemsChangedAction

An ItemsChangedAction enumeration value that indicates whether a diagram item is being added or removed.

See Also