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

ListBoxDragDropBehavior.RemoveDropRecordHandler(DependencyObject, EventHandler<DropRecordEventArgs>) Method

Removes a handler for the DropRecord attached event.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static void RemoveDropRecordHandler(
    DependencyObject d,
    EventHandler<DropRecordEventArgs> handler
)

Parameters

Name Type
d DependencyObject
handler EventHandler<DropRecordEventArgs>

Remarks

The DropRecord attached event occurs when a record is dropped on the drop target element.

See Also