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

Contains information about the TimeSpanComponentBase SelectedItemChanged event.

Definition

Namespace:Telerik.Windows.Controls.TimeSpanPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class TimeSpanComponentSelectedItemChangedEventArgs : EventArgs

Inheritance: objectEventArgsTimeSpanComponentSelectedItemChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TimeSpanComponentSelectedItemChangedEventArgs class.

C#
public TimeSpanComponentSelectedItemChangedEventArgs(object oldValue, object newValue)
Parameters:oldValueobject

The old value.

newValueobject

The new value.

Properties

Gets the new value.

C#
public object NewValue { get; }

Gets the old value.

C#
public object OldValue { get; }