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

ItemCancelEventArgs(BaseLayoutItem) Constructor

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

Namespace: DevExpress.Xpf.Docking.Base

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

Declaration

public ItemCancelEventArgs(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

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

See Also