LayoutItemMovedEventHandler Delegate
In This Article
Represents a method that will handle the DockLayoutManager.LayoutItemMoved event.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public delegate void LayoutItemMovedEventHandler(
object sender,
LayoutItemMovedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | A Dock |
e | Layout |
A Layout |
See Also