Class
TimeSpanComponentSelectedItemChangedEventArgs

Contains information about the TimeSpanComponentBase SelectedItemChanged event.

Definition

Namespace:Telerik.Windows.Controls.TimeSpanPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class TimeSpanComponentSelectedItemChangedEventArgs : EventArgs

Inheritance: objectEventArgsTimeSpanComponentSelectedItemChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

TimeSpanComponentSelectedItemChangedEventArgs(object, object)

Initializes a new instance of the TimeSpanComponentSelectedItemChangedEventArgs class.

Declaration

cs-api-definition
public TimeSpanComponentSelectedItemChangedEventArgs(object oldValue, object newValue)

Parameters

oldValue

object

The old value.

newValue

object

The new value.

Properties

NewValue

Gets the new value.

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

OldValue

Gets the old value.

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object