dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

SliderThumbDragEvent Class

Event result type for the SliderWidget.OnThumbDrag event.

public class SliderThumbDragEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.SliderThumbDragEvent>

Inheritance System.Object 🡒 SliderThumbDragEvent

Implements System.IEquatable<SliderThumbDragEvent>

Constructors

SliderThumbDragEvent(int, SliderThumbDragState, double) Constructor

Event result type for the SliderWidget.OnThumbDrag event.

public SliderThumbDragEvent(int Index, dymaptic.GeoBlazor.Core.Enums.SliderThumbDragState State, double Value);

Parameters

Index System.Int32

State SliderThumbDragState

Value System.Double

Properties

SliderThumbDragEvent.Index Property

public int Index { get; set; }

Property Value

System.Int32

SliderThumbDragEvent.State Property

public dymaptic.GeoBlazor.Core.Enums.SliderThumbDragState State { get; set; }

Property Value

SliderThumbDragState

SliderThumbDragEvent.Value Property

public double Value { get; set; }

Property Value

System.Double