Class CustomRangesLoadingEventArgs
Event args for CustomRangesLoading event.
Inheritance
System.Object
System.EventArgs
CustomRangesLoadingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.DateRangePicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class CustomRangesLoadingEventArgs : EventArgs
Constructors
CustomRangesLoadingEventArgs(IList<CustomRange>)
Initializes a new instance of the CustomRangesLoadingEventArgs class.
Declaration
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)
Parameters
System.Collections.Generic.IList<CustomRange>
ranges
|
Properties
CustomRanges
Gets or sets the custom ranges collection.
Declaration
public IList<CustomRange> CustomRanges { get; }
Property Value
System.Collections.Generic.IList<CustomRange>
|