DrillEventArgs
Class
Provides data for the ItemIntervalChangedEvent and GroupIntervalChangedEvent events.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class DrillEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDrillEventArgs
Constructors
Initializes a new instance of the DrillEventArgs class.
C#
public DrillEventArgs(RoutedEvent routedEvent, IntervalBase oldInterval, IntervalBase newInterval)
The routed event identifier for this instance of the RoutedEventArgs class.
oldIntervalIntervalBaseThe old interval.
newIntervalIntervalBaseThe new interval.
Initializes a new instance of the DrillEventArgs class.
C#
public DrillEventArgs(RoutedEvent routedEvent)
The routed event identifier for this instance of the RoutedEventArgs class.
Properties
Gets the new interval.
C#
public IntervalBase NewInterval { get; }
The new interval.
Gets the old interval.
C#
public IntervalBase OldInterval { get; }
The old interval.