ListBoxDragDropBehavior.AddDropRecordHandler(DependencyObject, EventHandler<DropRecordEventArgs>) Method
Adds a handler for the DropRecord attached event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void AddDropRecordHandler(
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