ItemCancelEventArgs Properties
Provides data for the BarEditItem.ShowingEditor event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the editor within an item is read only. |
| Item | Gets the BarItem whose link was clicked. Inherited from ItemClickEventArgs. |
| Link | Gets the clicked BarItemLink. Inherited from ItemClickEventArgs. |
| MouseButton | Gets the pressed mouse button. Inherited from ItemClickEventArgs. |
See Also