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

ItemCancelEventArgs(BarItem, BarItemLink, Boolean) Constructor

Initializes a new instance of the ItemCancelEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ItemCancelEventArgs(
    BarItem item,
    BarItemLink link,
    bool cancel
)

Parameters

Name Type Description
item BarItem

The bar item containing the editor.

link BarItemLink

The bar item’s link.

cancel Boolean

A value indicating whether an editor within the item is readonly.

See Also