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

Updated ValueChanged (markdown)

FellippeHeitor 2017-03-14 23:39:02 -03:00
parent 8a026f63d0
commit 304c16b7e1

@ -1,5 +1,5 @@
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.
####See also:
#### See also:
* [[TextChanged]] event
* [[Value]] property