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

LayoutItemMovedEventHandler Delegate

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public delegate void LayoutItemMovedEventHandler(
    object sender,
    LayoutItemMovedEventArgs e
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

e LayoutItemMovedEventArgs

A LayoutItemMovedEventArgs object that represents data for the event.

See Also