The event arguments for a range-changing event which allows you to intercept the update of the values and apply custom logic and modify the values.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public class RangeChangingEventArgs : EventArgs
Inheritance: objectEventArgsRangeChangingEventArgs
Inherited Members
Properties
Gets or sets the value that will be set for the end of the range.
C#
public double RangeEnd { get; set; }
Gets or sets the value that will be set for the start of the range.
C#
public double RangeStart { get; set; }