menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeChangedEventArgs - API Reference

    Show / Hide Table of Contents

    Class RangeChangedEventArgs

    RangeChanged event args

    Inheritance
    System.Object
    RangeChangedEventArgs
    Namespace: Com.Syncfusion.Sfrangeslider
    Assembly: Syncfusion.SfRangeSlider.Android.dll
    Syntax
    public class RangeChangedEventArgs : EventArgs

    Constructors

    RangeChangedEventArgs()

    Declaration
    public RangeChangedEventArgs()

    Properties

    RangeEnd

    Gets or sets the value of range end property

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

    RangeStart

    Gets or sets the value of Range start property

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