MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeSliderValueChangedEventArgs

    Show / Hide Table of Contents

    Class RangeSliderValueChangedEventArgs

    Provides the event data for the RangeSlider value changed event.

    Inheritance
    System.Object
    RangeSliderValueChangedEventArgs
    RangeSelectorValueChangedEventArgs
    Namespace: Syncfusion.Maui.Sliders
    Assembly: Syncfusion.Maui.Sliders.dll
    Syntax
    public class RangeSliderValueChangedEventArgs : EventArgs

    Constructors

    RangeSliderValueChangedEventArgs()

    Declaration
    public RangeSliderValueChangedEventArgs()

    Properties

    NewRangeEnd

    Gets the end value of the new range in Range Slider.

    Declaration
    public double NewRangeEnd { get; }
    Property Value
    Type Description
    System.Double

    NewRangeStart

    Gets the start value of the new range in Range Slider.

    Declaration
    public double NewRangeStart { get; }
    Property Value
    Type Description
    System.Double

    OldRangeEnd

    Gets the end value of the old range in Range Slider.

    Declaration
    public double OldRangeEnd { get; }
    Property Value
    Type Description
    System.Double

    OldRangeStart

    Gets the start value of the old range in Range Slider.

    Declaration
    public double OldRangeStart { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved