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

DragDropEvents(IContainer) Constructor

Initializes a new DragDropEvents class instance with the specified settings. For internal use.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public DragDropEvents(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object that contains this component.

See Also