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

ItemCancelEventArgs(Boolean, BaseLayoutItem) Constructor

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

Namespace: DevExpress.Xpf.Docking.Base

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

Declaration

public ItemCancelEventArgs(
    bool cancel,
    BaseLayoutItem item
)

Parameters

Name Type Description
cancel Boolean

A Boolean value used to initialize the ItemCancelEventArgs.Cancel property.

item BaseLayoutItem

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

See Also