ToolboxDragItemStartEventArgs.Handled Property
Gets or sets whether an event was handled; if handled, the default actions are not required.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the default actions are not required; otherwise, false. |
Remarks
If the Handled property is set to false, the default item painting is used during a drag-and-drop operation. In this case, the item icon (see ToolboxElementBase.Image) is displayed being dragged after the mouse pointer. Set the Handled property to true and provide a custom icon using the ToolboxDragItemStartEventArgs.Image property to perform custom item painting during a drag-and-drop operation.
See Also