Skip to main content

ToolboxDragItemDropEventArgs(IEnumerable<IToolboxItem>) Constructor

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ToolboxDragItemDropEventArgs(
    IEnumerable<IToolboxItem> items
)

Parameters

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

The collection of toolbox items being dropped.

See Also