layout: default title: SliderTrackClickEvent parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
SliderTrackClickEvent Class
Event arguments for the OnTrackClick event.
public class SliderTrackClickEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Widgets.SliderTrackClickEvent>
Inheritance System.Object 🡒 SliderTrackClickEvent
Implements System.IEquatable<SliderTrackClickEvent>
Constructors
SliderTrackClickEvent(double) Constructor
Event arguments for the OnTrackClick event.
public SliderTrackClickEvent(double Value);
Parameters
Value
System.Double
The approximate value of the slider at the location of the click event.
Properties
SliderTrackClickEvent.Value Property
The approximate value of the slider at the location of the click event.
public double Value { get; set; }