layout: default title: SliderThumbDragEvent parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
SliderThumbDragEvent Class
Event arguments for the OnThumbDrag event.
public class SliderThumbDragEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Widgets.SliderThumbDragEvent>
Inheritance System.Object 🡒 SliderThumbDragEvent
Implements System.IEquatable<SliderThumbDragEvent>
Constructors
SliderThumbDragEvent(int, SliderThumbDragState, double) Constructor
Event arguments for the OnThumbDrag event.
public SliderThumbDragEvent(int Index, dymaptic.GeoBlazor.Core.Components.Widgets.SliderThumbDragState State, double Value);
Parameters
Index
System.Int32
The 0-based index of the updated thumb.
State
SliderThumbDragState
The state of the drag.
Value
System.Double
The value of the thumb when the event is emitted.
Properties
SliderThumbDragEvent.Index Property
The 0-based index of the updated thumb.
public int Index { get; set; }
Property Value
SliderThumbDragEvent.State Property
The state of the drag.
public dymaptic.GeoBlazor.Core.Components.Widgets.SliderThumbDragState State { get; set; }
Property Value
SliderThumbDragEvent.Value Property
The value of the thumb when the event is emitted.
public double Value { get; set; }