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

    Provides data for the ValueChanged event handler.

    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.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs(Object, Object)

    Initializes a new instance of ValueChangedEventArgs class.

    Declaration
    public ValueChangedEventArgs(object old, object newValue)
    Parameters
    Type Name Description
    System.Object old

    The old value.

    System.Object newValue

    The new value.

    Properties

    newValue

    Gets the new value.

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

    oldValue

    Gets the old value.

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