Class ValueChangedEventArgs
Represents the Arguments for ValueChangedEventHandler
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
NewValue
Gets or sets the new value of a range value property.
Declaration
public object NewValue { get; set; }
Property Value
Type |
---|
System.Object |
OldValue
Gets or sets the previous value of a range value property.
Declaration
public object OldValue { get; set; }
Property Value
Type |
---|
System.Object |