ListBoxDragDropBehavior.AddGiveRecordDragFeedbackHandler(DependencyObject, EventHandler<GiveRecordDragFeedbackEventArgs>) Method
Adds a handler for the GiveRecordDragFeedback attached event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void AddGiveRecordDragFeedbackHandler(
DependencyObject d,
EventHandler<GiveRecordDragFeedbackEventArgs> handler
)
Parameters
Name | Type |
---|---|
d | DependencyObject |
handler | EventHandler<GiveRecordDragFeedbackEventArgs> |
Remarks
The GiveRecordDragFeedback attached event occurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user.
See Also