Class RangeChangedEventArgs
Invoked due to change in range
Inheritance
System.Object
RangeChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class RangeChangedEventArgs : EventArgs
Constructors
RangeChangedEventArgs()
Declaration
public RangeChangedEventArgs()
Properties
NewEndValue
Gets or sets the new value of a state value property.
Declaration
public object NewEndValue { get; set; }
Property Value
Type |
---|
System.Object |
NewStartValue
Gets or sets the new value of a state value property.
Declaration
public object NewStartValue { get; set; }
Property Value
Type |
---|
System.Object |
OldEndValue
Gets or sets the previous value of a state value property.
Declaration
public object OldEndValue { get; set; }
Property Value
Type |
---|
System.Object |
OldStartValue
Gets or sets the previous value of a state value property.
Declaration
public object OldStartValue { get; set; }
Property Value
Type |
---|
System.Object |