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

DiagramBeforeItemsMovingEventArgs(IList<DiagramItem>, ItemsActionSource, Boolean) Constructor

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramBeforeItemsMovingEventArgs(
    IList<DiagramItem> items,
    ItemsActionSource actionSource,
    bool isCopying
)

Parameters

Name Type
items IList<DiagramItem>
actionSource ItemsActionSource
isCopying Boolean
See Also