Class
RadTreeViewItemEditedEventArgs

Event args for the Edited event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class RadTreeViewItemEditedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsRadTreeViewItemEditedEventArgs

Constructors

RadTreeViewItemEditedEventArgs(object, object, RoutedEvent, object)

Initializes a new instance of the RadTreeViewItemEditedEventArgs class.

Declaration

cs-api-definition
public RadTreeViewItemEditedEventArgs(object newValue, object oldValue, RoutedEvent routedEvent, object source)

Parameters

newValue

object

The new Value for the edit.

oldValue

object

The old value for the edit.

routedEvent

RoutedEvent

The routed event.

source

object

The source.

Properties

NewValue

Gets the new value.

Declaration

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

Property Value

object

The new value.

OldValue

Gets the old value.

Declaration

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

Property Value

object

The old value.