Class
DrillEventArgs

Provides data for the ItemIntervalChangedEvent and GroupIntervalChangedEvent events.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class DrillEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDrillEventArgs

Constructors

DrillEventArgs(RoutedEvent)

Initializes a new instance of the DrillEventArgs class.

Declaration

cs-api-definition
public DrillEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent

RoutedEvent

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

DrillEventArgs(RoutedEvent, IntervalBase, IntervalBase)

Initializes a new instance of the DrillEventArgs class.

Declaration

cs-api-definition
public DrillEventArgs(RoutedEvent routedEvent, IntervalBase oldInterval, IntervalBase newInterval)

Parameters

routedEvent

RoutedEvent

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

oldInterval

IntervalBase

The old interval.

newInterval

IntervalBase

The new interval.

Properties

NewInterval

Gets the new interval.

Declaration

cs-api-definition
public IntervalBase NewInterval { get; }

Property Value

IntervalBase

The new interval.

OldInterval

Gets the old interval.

Declaration

cs-api-definition
public IntervalBase OldInterval { get; }

Property Value

IntervalBase

The old interval.