Blazor Range Slider - Events
This sample demonstrates the events that have been triggered on each action of the Blazor Range Slider component with the help of the event trace panel. Drag the thumb over the bar between Min and Max to know the event details.
Event Trace
The Range 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, Range Slider performs the following actions which can be traced by the event trace panel:
- Created - Triggers when the Range Slider is created.
- ValueChange - Triggers when the Range Slider value changes.
- OnChange - Triggers when the Range Slider action is completed with a change in Range Slider value.