Blazor Range Slider - Events
Event Trace
This sample demonstrates the events 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 see the event details.
The Range Slider component triggers events based on its actions. These events serve as extension points to perform custom operations.
Events Demonstrated:
- Created - Triggers when the Range Slider is created.
- ValueChange - Triggers when the Range Slider value changes.
- OnChange - Triggers when the Range Slider action completes with a change in Range Slider value.