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

ToolboxDragItemStartEventArgs(IEnumerable<IToolboxItem>) Constructor

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public ToolboxDragItemStartEventArgs(
    IEnumerable<IToolboxItem> items
)

Parameters

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

The collection of toolbox items being dragged.

See Also