This sample demonstrates the events that have been triggered on the Slider operations with the help of Event Trace panel. Drag the thumb over the bar between min and max to know the event details.
Slider component triggers event based on its actions. The events can be used as an extension point to perform custom operations.
In this demo, Slider performs following action like created, change, changed Which can be traced by event trace panel.
For more information, we can refer the events API from the documentation.