Class
RangeSliderChangeEventArgs

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class RangeSliderChangeEventArgs : EventArgs

Inheritance: objectEventArgsRangeSliderChangeEventArgs

Inherited Members EventArgs.Empty

Constructors

RangeSliderChangeEventArgs()

Declaration

cs-api-definition
public RangeSliderChangeEventArgs()

Properties

EndValue

Declaration

cs-api-definition
public object EndValue { get; set; }

Property Value

object

StartValue

Declaration

cs-api-definition
public object StartValue { get; set; }

Property Value

object