Back to Devexpress

RepositoryItem.GiveFeedback Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-7c468454.md

latest2.6 KB
Original Source

RepositoryItem.GiveFeedback Event

Enables you to specify the cursor appearance when dragging this editor’s data.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event GiveFeedbackEventHandler GiveFeedback
vb
<DXCategory("Events")>
Public Event GiveFeedback As GiveFeedbackEventHandler

Event Data

The GiveFeedback event's data class is GiveFeedbackEventArgs. The following properties provide information specific to this event:

PropertyDescription
EffectGets the drag-and-drop operation feedback that is displayed.
UseDefaultCursorsGets or sets whether drag operation should use the default cursors that are associated with drag-drop effects.

Remarks

The GiveFeedback event fires repeatedly when dragging this editor’s data. If enables you to specify whether default cursors should be used to indicate the allowed operations. If you cancel default dragging indication, you are responsible for specifying the cursors that should be used.

This event is equivalent to the editor’s GiveFeedback event.

See Also

DragDrop

DragOver

DragEnter

DragLeave

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace