ClassRangeChangingEventArgs
Class
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:
cs-api-definition
public class RangeChangingEventArgs : EventArgs
Inheritance: objectEventArgsRangeChangingEventArgs
Inherited Members
Properties
RangeEnd
Gets or sets the value that will be set for the end of the range.
RangeStart
Gets or sets the value that will be set for the start of the range.