ListBoxDragDropBehavior.AddDropRecordHandler(DependencyObject, EventHandler<DropRecordEventArgs>) Method
Adds a handler for the DropRecord attached event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v26.1.dll
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