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

Created ValueChanged (markdown)

FellippeHeitor 2016-12-21 17:17:09 -02:00
parent 8e2815ffea
commit f1fab8c8ad

5
ValueChanged.md Normal file

@ -0,0 +1,5 @@
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