Skip to main content
A newer version of this page is available. .

ListBoxDragDropBehavior.RemoveGiveRecordDragFeedbackHandler(DependencyObject, EventHandler<GiveRecordDragFeedbackEventArgs>) Method

Removes a handler for the GiveRecordDragFeedback attached event.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static void RemoveGiveRecordDragFeedbackHandler(
    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