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