WinForms

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Rpresents ValueChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ValueChangedEventArgs
    Inherited Members
    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.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs(Object, Object)

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

    ValueChangedEventArgs(String, Object, Object)

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

    Properties

    Empty

    Represents an event with no event data.

    Declaration
    public static ValueChangedEventArgs Empty { get; }
    Property Value
    Type Description
    ValueChangedEventArgs

    NewValue

    Represents new value.

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

    OldValue

    Represents old value.

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

    PropertyName

    Gets property name.

    Declaration
    public string PropertyName { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved