ListBoxDragDropBehavior.RemoveDragRecordOverHandler(DependencyObject, EventHandler<DragRecordOverEventArgs>) Method
Removes a handler for the DragRecordOver attached event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void RemoveDragRecordOverHandler(
DependencyObject d,
EventHandler<DragRecordOverEventArgs> handler
)
Parameters
Name | Type |
---|---|
d | DependencyObject |
handler | EventHandler<DragRecordOverEventArgs> |
Remarks
The DragRecordOver attached event occurs continuously while a record is dragged (moved) within the drop target’s boundary.
See Also