menu

UWP

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Represents the Arguments for ValueChangedEventHandler

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

    Constructors

    ValueChangedEventArgs()

    Declaration
    public ValueChangedEventArgs()

    Properties

    NewValue

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

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

    OldValue

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

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