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