Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

ValueChanged

Samuel Gomes edited this page Nov 25, 2022 · 2 revisions

The ValueChanged event is triggered whenever a List, Dropdown 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

Clone this wiki locally