Skip to main content

DiagramItemsResizingEventArgs(ReadOnlyCollection<ResizingItem>, DiagramActionStage, ItemsActionSource, ResizeMode) Constructor

Initializes a new instance of the DiagramItemsResizingEventArgs class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramItemsResizingEventArgs(
    ReadOnlyCollection<ResizingItem> items,
    DiagramActionStage stage,
    ItemsActionSource actionSource,
    ResizeMode mode
)

Parameters

Name Type Description
items ReadOnlyCollection<DevExpress.XtraDiagram.ResizingItem>

A collection of DevExpress.XtraDiagram.ResizingItem objects that store information about items that are being resized.

stage DiagramActionStage

A DiagramActionStage enumeration value that indicates whether the resizing operation has just started, is continuing or has been finished or canceled.

actionSource ItemsActionSource

A ItemsActionSource enumeration value that indicates whether the resizing operation is performed using the selection handles or the Properties Panel.

mode DevExpress.Diagram.Core.ResizeMode

A DevExpress.Diagram.Core.ResizeMode enumeration value that indicates the direction of resizing.

See Also