-
Notifications
You must be signed in to change notification settings - Fork 4
ValueChanged
Samuel Gomes edited this page May 9, 2023
·
1 revision
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.
- TextChanged event
- Value property