New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:routedEventRoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

oldIntervalIntervalBase

The old interval.

newIntervalIntervalBase

The new interval.

Initializes a new instance of the DrillEventArgs class.

C#
public DrillEventArgs(RoutedEvent routedEvent)
Parameters:routedEventRoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

Properties

Gets the new interval.

C#
public IntervalBase NewInterval { get; }
Property Value:

The new interval.

Gets the old interval.

C#
public IntervalBase OldInterval { get; }
Property Value:

The old interval.