Skip to content

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:

Clone this wiki locally