Class TypeChangingEventArgs
Class implementation for TypeChangingEventArgs
Inheritance
System.Object
TypeChangingEventArgs
Inherited Members
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.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class TypeChangingEventArgs
Constructors
TypeChangingEventArgs(Object, Object)
Contructor implementation for TypeChangingEventArgs
Declaration
public TypeChangingEventArgs(object oldValue, object newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | oldValue | |
System.Object | newValue |
Properties
NewValue
Get and Set NewValue property
Declaration
public object NewValue { get; set; }
Property Value
Type |
---|
System.Object |
OldValue
Get and Set OldValue property
Declaration
public object OldValue { get; set; }
Property Value
Type |
---|
System.Object |