Skip to main content

DockItemDockingEventHandler Delegate

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public delegate void DockItemDockingEventHandler(
    object sender,
    DockItemDockingEventArgs e
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

e DockItemDockingEventArgs

A DockItemDockingEventArgs object that represents data for the event.

See Also