Class ValueChangedEventArgs
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.Tools
Assembly: Syncfusion.Shared.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 |
Properties
newValue
Declaration
public object newValue { get; }
Property Value
Type |
---|
System.Object |
oldValue
Declaration
public object oldValue { get; }
Property Value
Type |
---|
System.Object |