Event args for CustomRangesLoading event.
Definition
Namespace:Telerik.Windows.Controls.DateRangePicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class CustomRangesLoadingEventArgs : EventArgs
Inheritance: objectEventArgsCustomRangesLoadingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CustomRangesLoadingEventArgs class.
C#
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)
Properties
Gets or sets the custom ranges collection.
C#
public IList<CustomRange> CustomRanges { get; }