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