Class DrillEventArgs
Provides data for the ItemIntervalChangedEvent and GroupIntervalChangedEvent events.
Inherited Members
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class DrillEventArgs : RadRoutedEventArgs
Constructors
DrillEventArgs(RoutedEvent)
Initializes a new instance of the DrillEventArgs class.
Declaration
public DrillEventArgs(RoutedEvent routedEvent)
Parameters
RoutedEvent
routedEvent
The routed event identifier for this instance of the System.Windows.RoutedEventArgs class. |
DrillEventArgs(RoutedEvent, IntervalBase, IntervalBase)
Initializes a new instance of the DrillEventArgs class.
Declaration
public DrillEventArgs(RoutedEvent routedEvent, IntervalBase oldInterval, IntervalBase newInterval)
Parameters
RoutedEvent
routedEvent
The routed event identifier for this instance of the System.Windows.RoutedEventArgs class. |
IntervalBase
oldInterval
The old interval. |
IntervalBase
newInterval
The new interval. |
Properties
NewInterval
Gets the new interval.
Declaration
public IntervalBase NewInterval { get; }
Property Value
IntervalBase
The new interval. |
OldInterval
Gets the old interval.
Declaration
public IntervalBase OldInterval { get; }
Property Value
IntervalBase
The old interval. |