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

LayoutItemSelectionChangedEventHandler Delegate

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

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public delegate void LayoutItemSelectionChangedEventHandler(
    object sender,
    LayoutItemSelectionChangedEventArgs e
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

e LayoutItemSelectionChangedEventArgs

A LayoutItemSelectionChangedEventArgs object that represents data for the event.

See Also