Skip to main content

RepositoryItem.GiveFeedback Event

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event GiveFeedbackEventHandler GiveFeedback

Event Data

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

Property Description
Effect Gets the drag-and-drop operation feedback that is displayed.
UseDefaultCursors Gets 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