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

DockItemDraggingEventHandler Delegate

Represents a method that will handle the DockLayoutManager.DockItemDragging event.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public delegate void DockItemDraggingEventHandler(
    object sender,
    DockItemDraggingEventArgs e
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

e DockItemDraggingEventArgs

A DockItemDraggingEventArgs object that represents data for the event.

See Also