menu

WinForms

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Value changed event argument class

    Inheritance
    System.Object
    System.EventArgs
    ValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.Input.Events
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs(Nullable<Double>, Nullable<Double>)

    Initializes a new instance of the ValueChangedEventArgs class.

    Declaration
    public ValueChangedEventArgs(double? old, double? newValue)
    Parameters
    Type Name Description
    System.Nullable<System.Double> old

    Old value

    System.Nullable<System.Double> newValue

    Changed new value

    Properties

    NewValue

    Gets new value of SfNumericTextBox.

    Declaration
    public double? NewValue { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    OldValue

    Gets old value of SfNumericTextBox.

    Declaration
    public double? OldValue { get; }
    Property Value
    Type
    System.Nullable<System.Double>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved