Skip to main content
A newer version of this page is available. .
Bar

BarCheckItem Events

Represents a bar item with toggle button functionality.
Name Description
BindableCheckedChanged Occurs when the BarCheckItem.BindableChecked property changes its value.
CheckedChanged Fires after the check state of a link associated with the check item has been changed.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DownChanged Occurs after the item’s pressed state has been changed. Inherited from BarBaseButtonItem.
HyperlinkClick Occurs each time an end-user click 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.
See Also