BarEditItem Events
A bar item that contains an editor.Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
EditValueChanged | Occurs when the BarEditItem.EditValue property value changes. |
HiddenEditor | Occurs when an editor is closed. |
HyperlinkClick | Occurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem. |
ItemClick | Occurs when the current item is clicked. Inherited from BarItem. |
ItemDoubleClick | Fires when a link to an item is double-clicked. Inherited from BarItem. |
ItemPress | Fires immediately after a link associated with an item has been pressed. Inherited from BarItem. |
ShowingEditor | Occurs before activating an editor. |
ShownEditor | Occurs after an editor has been activated. |
See Also