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

ToolboxDragItemDropEventArgs(IEnumerable<IToolboxItem>) Constructor

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public ToolboxDragItemDropEventArgs(
    IEnumerable<IToolboxItem> items
)

Parameters

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

The collection of toolbox items being dropped.

See Also