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

ToolboxDragItemMoveEventArgs(IEnumerable<IToolboxItem>, Point) Constructor

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public ToolboxDragItemMoveEventArgs(
    IEnumerable<IToolboxItem> items,
    Point point
)

Parameters

Name Type Description
items IEnumerable<DevExpress.XtraToolbox.IToolboxItem>

The collection of toolbox items being moved.

point Point

The location of the mouse pointer.

See Also