1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated ValueChanged (markdown)

Fellippe Heitor 2018-01-13 11:53:38 -02:00
parent d801bccb70
commit cfb3ca8d3b

@ -1,4 +1,4 @@
The ValueChanged event is triggered whenever a [[List]], [[Dropdown list]] or [[TrackBar]] 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]] 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.
#### See also:
* [[TextChanged]] event