Class
CustomRangesLoadingEventArgs

Event args for CustomRangesLoading event.

Definition

Namespace:Telerik.Windows.Controls.DateRangePicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class CustomRangesLoadingEventArgs : EventArgs

Inheritance: objectEventArgsCustomRangesLoadingEventArgs

Inherited Members EventArgs.Empty

Constructors

CustomRangesLoadingEventArgs(IList<CustomRange>)

Initializes a new instance of the CustomRangesLoadingEventArgs class.

Declaration

cs-api-definition
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)

Parameters

ranges

IList<CustomRange>

Properties

CustomRanges

Gets or sets the custom ranges collection.

Declaration

cs-api-definition
public IList<CustomRange> CustomRanges { get; }

Property Value

IList<CustomRange>