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