menu

UWP

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

    Show / Hide Table of Contents

    Class RangeEndChagedEventArgs

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

    Constructors

    RangeEndChagedEventArgs()

    Declaration
    public RangeEndChagedEventArgs()

    Properties

    NewEndValue

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

    Declaration
    public object NewEndValue { 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

    Extension Methods

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