Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

In This Article

Initializes a new instance of the DiagramItemsResizingEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v24.2.dll

NuGet Package: DevExpress.Wpf.Diagram

#Declaration

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

#Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

items ReadOnlyCollection<DevExpress.Xpf.Diagram.ResizingItem>

A collection of DevExpress.Xpf.Diagram.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