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

Event args for the Edited event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadTreeViewItemEditedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsRadTreeViewItemEditedEventArgs

Constructors

Initializes a new instance of the RadTreeViewItemEditedEventArgs class.

C#
public RadTreeViewItemEditedEventArgs(object newValue, object oldValue, RoutedEvent routedEvent, object source)
Parameters:newValueobject

The new Value for the edit.

oldValueobject

The old value for the edit.

routedEventRoutedEvent

The routed event.

sourceobject

The source.

Properties

Gets the new value.

C#
public object NewValue { get; }
Property Value:

The new value.

Gets the old value.

C#
public object OldValue { get; }
Property Value:

The old value.