Skip to main content
Bar

BarToggleSwitchItem Events

A Windows UI-style check button, which can have the checked and unchecked states.
Name Description
BindableCheckedChanged Occurs whenever the BarToggleSwitchItem.BindableChecked property changes its value.
CheckedChanged Fires after the check state of the current item is changed.
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed.
CommandChanged Occurs after the value of the Command property has changed.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed.
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. 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