ClassDrillEventArgs
Provides data for the ItemIntervalChangedEvent and GroupIntervalChangedEvent events.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class DrillEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDrillEventArgs
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 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 RoutedEventArgs class.
oldInterval
The old interval.
newInterval
The new interval.
Properties
NewInterval
Gets the new interval.
Declaration
public IntervalBase NewInterval { get; }
Property Value
The new interval.
OldInterval
Gets the old interval.
Declaration
public IntervalBase OldInterval { get; }
Property Value
The old interval.