ItemCancelEventArgs(BarItem, BarItemLink, Boolean) Constructor
Initializes a new instance of the ItemCancelEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public ItemCancelEventArgs(
BarItem item,
BarItemLink link,
bool cancel
)
Public Sub New(
item As BarItem,
link As BarItemLink,
cancel As Boolean
)
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
Feedback