dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

SliderTickClickEvent Class

Event result type for the SliderWidget.OnTickClick event.

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

Inheritance System.Object 🡒 SliderTickClickEvent

Implements System.IEquatable<SliderTickClickEvent>

Constructors

SliderTickClickEvent(double, int, int) Constructor

Event result type for the SliderWidget.OnTickClick event.

public SliderTickClickEvent(double Value, int ConfigIndex, int GroupIndex);

Parameters

Value System.Double

ConfigIndex System.Int32

GroupIndex System.Int32

Properties

SliderTickClickEvent.ConfigIndex Property

public int ConfigIndex { get; set; }

Property Value

System.Int32

SliderTickClickEvent.GroupIndex Property

public int GroupIndex { get; set; }

Property Value

System.Int32

SliderTickClickEvent.Value Property

public double Value { get; set; }

Property Value

System.Double