New to Telerik UI for .NET MAUIStart a free 30-day trial

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 EventArgs.Empty

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; }
In this article
DefinitionPropertiesRangeEndRangeStart
Not finding the help you need?
Contact Support