menu

UWP

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

    Show / Hide Table of Contents

    Class RangeChangedEventArgs

    Invoked due to change in range

    Inheritance
    System.Object
    RangeChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class RangeChangedEventArgs : EventArgs

    Constructors

    RangeChangedEventArgs()

    Declaration
    public RangeChangedEventArgs()

    Properties

    NewEndValue

    Gets or sets the new value of a state value property.

    Declaration
    public object NewEndValue { get; set; }
    Property Value
    Type
    System.Object

    NewStartValue

    Gets or sets the new value of a state value property.

    Declaration
    public object NewStartValue { get; set; }
    Property Value
    Type
    System.Object

    OldEndValue

    Gets or sets the previous value of a state value property.

    Declaration
    public object OldEndValue { get; set; }
    Property Value
    Type
    System.Object

    OldStartValue

    Gets or sets the previous value of a state value property.

    Declaration
    public object OldStartValue { get; set; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved