Skip to main content

DockItemDraggingEventArgs(Point, BaseLayoutItem) Constructor

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public DockItemDraggingEventArgs(
    Point screenPoint,
    BaseLayoutItem item
)

Parameters

Name Type Description
screenPoint Point

A Point at which the item is being dragged.

item BaseLayoutItem

A BaseLayoutItem object being processed.

See Also