diff --git a/ValueChanged.md b/ValueChanged.md index 4ae0ffc..8ed4bc1 100644 --- a/ValueChanged.md +++ b/ValueChanged.md @@ -1,4 +1,4 @@ -The ValueChanged event is triggered whenever a [[List]], [[Dropdown list|List]] or [[Track bar]] control is manipulated by the user. It occurs after an item is selected or after the TrackBar value is changed, so you can access the .Value property in this event handler. +The ValueChanged event is triggered whenever a [[List]], [[Dropdown list|List]], [[Track bar]], [[CheckBox]] or [[Toggle switch]] control is manipulated by the user. It occurs after an item is selected, after the TrackBar value is changed or after the control is clicked, so you can access the .Value property in this event handler. #### See also: * [[TextChanged]] event