ListBoxDragDropBehavior.RemoveContinueRecordDragHandler(DependencyObject, EventHandler<ContinueRecordDragEventArgs>) Method
Removes a handler for the ContinueRecordDrag attached event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void RemoveContinueRecordDragHandler(
DependencyObject d,
EventHandler<ContinueRecordDragEventArgs> handler
)
Parameters
Name | Type |
---|---|
d | DependencyObject |
handler | EventHandler<ContinueRecordDragEventArgs> |
Remarks
The ContinueRecordDrag attached event occurs when there is a change in the keyboard or mouse button states during a drag-and-drop operation, and enables the drop source to cancel the drag-and-drop operation depending on the key/button states.
See Also