Back to Devexpress

BarEditItem Events

windowsforms-devexpress-dot-xtrabars-dot-baredititem-dot-underscore-events.md

latest2.4 KB
Original Source

BarEditItem Events

A bar item that contains an editor.

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditValueChangedOccurs when the BarEditItem.EditValue property value changes.
HiddenEditorOccurs when an editor is closed.
HyperlinkClickOccurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem.
ItemClickOccurs when the current item is clicked. Inherited from BarItem.
ItemDoubleClickFires when a link to an item is double-clicked. Inherited from BarItem.
ItemPressFires immediately after a link associated with an item has been pressed. Inherited from BarItem.
ItemRightClickOccurs when a user right-clicks the BarItem. Inherited from BarItem.
ShowingEditorOccurs before activating an editor.
ShownEditorOccurs after an editor has been activated.

See Also

BarEditItem Class

BarEditItem Members

DevExpress.XtraBars Namespace