Class
DateTimeRangeChangedEventArgs

Encapsulates data associated with a range changed event.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class DateTimeRangeChangedEventArgs : EventArgs

Inheritance: objectEventArgsDateTimeRangeChangedEventArgs

Inherited Members EventArgs.Empty

Fields

NewRange

Gets the new range.

Declaration

cs-api-definition
public readonly ValueRange<DateTime> NewRange

Field Value

ValueRange<DateTime>

PreviousRange

Gets the previous range.

Declaration

cs-api-definition
public readonly ValueRange<DateTime> PreviousRange

Field Value

ValueRange<DateTime>

In this article
DefinitionFieldsNewRangePreviousRange
Not finding the help you need?
Contact Support