Example of Events in ASP.NET MVC Range Slider Control

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.

DEMO
SOURCE

Slider component triggers the event based on its actions. The events can be used as an extension point to perform custom operations.

In this demo, Slider performs following actions which can be traced by event trace panel:

  • Created - Triggers when Slider is created.
  • Change - Triggers when the Slider value is changed.
  • Changed - Triggers when the Slider action is completed with change in Slider value.
Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab