ant-design/components/slider/demo/event.md

8 lines
379 B
Markdown
Raw Normal View History

## zh-CN
2015-12-24 09:54:59 +08:00
当 Slider 的值发生改变时,会触发 `onChange` 事件,并把改变后的值作为参数传入。在 `onmouseup` 时,会触发 `onAfterChange` 事件,并把当前值作为参数传入。
2015-11-18 16:56:22 +08:00
## en-US
2019-05-07 14:57:32 +08:00
The `onChange` callback function will fire when the user changes the slider's value. The `onAfterChange` callback function will fire when `onmouseup` fired.