Skip to main content
A newer version of this page is available. .

LayoutItemSelectionChangingEventHandler Delegate

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public delegate void LayoutItemSelectionChangingEventHandler(
    object sender,
    LayoutItemSelectionChangingEventArgs e
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

e LayoutItemSelectionChangingEventArgs

A LayoutItemSelectionChangingEventArgs object that represents data for the event.

See Also