Skip to main content

DockItemActivatedEventArgs(BaseLayoutItem, BaseLayoutItem) Constructor

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public DockItemActivatedEventArgs(
    BaseLayoutItem item,
    BaseLayoutItem oldItem
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object that represents the current item.

oldItem BaseLayoutItem

A BaseLayoutItem object that represents the previously activated item.

See Also