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