dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
SliderSegmentClickEvent Class
Event result type for the SliderWidget.OnSegmentClick event.
public class SliderSegmentClickEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.SliderSegmentClickEvent>
Inheritance System.Object 🡒 SliderSegmentClickEvent
Implements System.IEquatable<SliderSegmentClickEvent>
Constructors
SliderSegmentClickEvent(int, IReadOnlyCollection, double) Constructor
Event result type for the SliderWidget.OnSegmentClick event.
public SliderSegmentClickEvent(int Index, System.Collections.Generic.IReadOnlyCollection<double> ThumbIndices, double Value);
Parameters
Index
System.Int32
ThumbIndices
System.Collections.Generic.IReadOnlyCollection<System.Double>
Value
System.Double
Properties
SliderSegmentClickEvent.Index Property
public int Index { get; set; }
Property Value
SliderSegmentClickEvent.ThumbIndices Property
public System.Collections.Generic.IReadOnlyCollection<double> ThumbIndices { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
SliderSegmentClickEvent.Value Property
public double Value { get; set; }