Skip to main content

LayoutItemSelectionChangedEventArgs(BaseLayoutItem, Boolean) Constructor

Initializes a new instance of the LayoutItemSelectionChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public LayoutItemSelectionChangedEventArgs(
    BaseLayoutItem item,
    bool selected
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object that represents the current item.

selected Boolean

A Boolean value that specifies whether the item is selected.

See Also