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

BeginDragDropEventArgs(Boolean) Constructor

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public BeginDragDropEventArgs(
    bool cancel
)

Parameters

Name Type Description
cancel Boolean

true to cancel the operation; otherwise, false.

See Also