WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangedEventArgs

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Represents the Arguments for Syncfusion.UI.Xaml.Controls.Input.ValueChangedEventHandler

    Inheritance
    System.Object
    System.EventArgs
    ValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.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 Description
    System.Object

    OldValue

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

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