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

ListBoxDragDropBehavior.RemoveStartRecordDragHandler(DependencyObject, EventHandler<StartRecordDragEventArgs>) Method

Removes a handler for the StartRecordDrag attached event.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static void RemoveStartRecordDragHandler(
    DependencyObject d,
    EventHandler<StartRecordDragEventArgs> handler
)

Parameters

Name Type
d DependencyObject
handler EventHandler<StartRecordDragEventArgs>

Remarks

The StartRecordDrag attached event occurs when a drag-and-drop operation is started.

See Also