BeginDragDropEventArgs(Boolean) Constructor
Initializes a new BeginDragDropEventArgs class instance with the specified settings. For internal use.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
cancel | Boolean | true to cancel the operation; otherwise, false. |
See Also