Skip to main content

DiagramBeforeItemsResizingEventArgs(DiagramControl, IList<DiagramItem>, ItemsActionSource, ResizeMode) Constructor

Initializes a new instance of the DiagramBeforeItemsResizingEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramBeforeItemsResizingEventArgs(
    DiagramControl source,
    IList<DiagramItem> items,
    ItemsActionSource actionSource,
    ResizeMode mode
)

Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

items IList<DiagramItem>

A collection of items the user is attempting to resize.

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