Class RangeStartChagedEventArgs
Inheritance
System.Object
RangeStartChagedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class RangeStartChagedEventArgs : EventArgs
Constructors
RangeStartChagedEventArgs()
Declaration
public RangeStartChagedEventArgs()
Properties
NewStartValue
Gets or sets the new value of a state value property.
Declaration
public object NewStartValue { 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 |