Class TimeSpanComponentSelectedItemChangedEventArgs
Contains information about the Time
Inheritance
System.Object
TimeSpanComponentSelectedItemChangedEventArgs
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class TimeSpanComponentSelectedItemChangedEventArgs : EventArgs
Constructors
TimeSpanComponentSelectedItemChangedEventArgs(Object, Object)
Initializes a new instance of the Time
Declaration
public TimeSpanComponentSelectedItemChangedEventArgs(object oldValue, object newValue)
Parameters
System. The old value. |
System. The new value. |
Properties
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System.
|
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System.
|