ItemCancelEventArgs(BarItem, BarItemLink, Boolean) Constructor
Initializes a new instance of the ItemCancelEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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