Back to Devexpress

BarToggleSwitchItem Events

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

latest3.1 KB
Original Source

BarToggleSwitchItem Events

A bar item with toggle switch functionality.

NameDescription
BindableCheckedChangedOccurs whenever the BarToggleSwitchItem.BindableChecked property changes its value.
CheckedChangedFires after the check state of the current item is changed.
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed.
CommandChangedOccurs after the value of the Command property has changed.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
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.

See Also

BarToggleSwitchItem Class

BarToggleSwitchItem Members

DevExpress.XtraBars Namespace