dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

SliderThumbClickEvent Class

Event result type for the SliderWidget.OnThumbClick event.

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

Inheritance System.Object 🡒 SliderThumbClickEvent

Implements System.IEquatable<SliderThumbClickEvent>

Constructors

SliderThumbClickEvent(int, double) Constructor

Event result type for the SliderWidget.OnThumbClick event.

public SliderThumbClickEvent(int Index, double Value);

Parameters

Index System.Int32

Value System.Double

Properties

SliderThumbClickEvent.Index Property

public int Index { get; set; }

Property Value

System.Int32

SliderThumbClickEvent.Value Property

public double Value { get; set; }

Property Value

System.Double