Skip to main content

ItemEventArgs(BaseLayoutItem) Constructor

Initializes a new instance of the ItemEventArgs class with the specified item.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public ItemEventArgs(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object being processed. This value is used to initialize the ItemEventArgs.Item property.

See Also