Class DrillEventArgs
Inheritance
System.Object
DrillEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DrillEventArgs : RadRoutedEventArgs
Constructors
Declaration
public DrillEventArgs(RoutedEvent routedEvent)
Parameters
Declaration
public DrillEventArgs(RoutedEvent routedEvent, IntervalBase oldInterval, IntervalBase newInterval)
Parameters
Properties
Declaration
public IntervalBase NewInterval { get; }
Property Value
Declaration
public IntervalBase OldInterval { get; }
Property Value
Extension Methods