BarItem Events
Provides the functionality of bar elements.| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| HyperlinkClick | Occurs each time an end-user clicks a hyperlink within the current BarItem. |
| ItemClick | Occurs when the current item is clicked. |
| ItemDoubleClick | Fires when a link to an item is double-clicked. |
| ItemPress | Fires immediately after a link associated with an item has been pressed. |
| ItemRightClick | Occurs when a user right-clicks the BarItem. |
See Also