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