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