Slider: update change event doc

pull/2136/head
Leopoldthecoder 2016-12-31 18:16:08 +08:00
parent 1479a345b8
commit 6e366f33cf
2 changed files with 2 additions and 2 deletions

View File

@ -132,5 +132,5 @@ Set value via a input box.
## Events
| Event Name | Description | Parameters |
|---------- |-------- |---------- |
| change | triggers when the value changes | value after changing |
| change | triggers when the value changes (if the mouse is being dragged, this event only fires when the mouse is released) | value after changing |

View File

@ -156,4 +156,4 @@
### Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 值改变时触发 | 改变后的值 |
| change | 值改变时触发(使用鼠标拖曳时,只在松开鼠标后触发) | 改变后的值 |