-
Notifications
You must be signed in to change notification settings - Fork 16
ValueChanged
FellippeHeitor edited this page Dec 21, 2016
·
5 revisions
The ValueChanged event is triggered whenever a List, Dropdown list or TrackBar control is manipulated by the user. It occurs after a new item is selected or after the TrackBar value is changed, so you can access the .Value property in this event handler.
####See also:
- TextChanged event
- Value property