layout: default title: SliderThumbClickEvent parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

SliderThumbClickEvent Class

Event arguments for the OnThumbClick event.

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

Inheritance System.Object 🡒 SliderThumbClickEvent

Implements System.IEquatable<SliderThumbClickEvent>

Constructors

SliderThumbClickEvent(int, double) Constructor

Event arguments for the OnThumbClick event.

public SliderThumbClickEvent(int Index, double Value);

Parameters

Index System.Int32

The 0-based index of the thumb.

Value System.Double

The value of the thumb when the event is emitted.

Properties

SliderThumbClickEvent.Index Property

The 0-based index of the thumb.

public int Index { get; set; }

Property Value

System.Int32

SliderThumbClickEvent.Value Property

The value of the thumb when the event is emitted.

public double Value { get; set; }

Property Value

System.Double