MAUI

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

    Show / Hide Table of Contents

    Class RangeSliderValueChangingEventArgs

    Provides the event data for the RangeSlider value changing event.

    Inheritance
    System.Object
    RangeSliderValueChangingEventArgs
    RangeSelectorValueChangingEventArgs
    Namespace: Syncfusion.Maui.Sliders
    Assembly: Syncfusion.Maui.Sliders.dll
    Syntax
    public class RangeSliderValueChangingEventArgs : CancelEventArgs

    Constructors

    RangeSliderValueChangingEventArgs()

    Declaration
    public RangeSliderValueChangingEventArgs()

    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 new range start value of Range Slider.

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