Class RadTreeViewItemEditedEventArgs
Event args for the Edited event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTreeViewItemEditedEventArgs : RadRoutedEventArgs
Constructors
RadTreeViewItemEditedEventArgs(Object, Object, RoutedEvent, Object)
Initializes a new instance of the RadTreeViewItemEditedEventArgs class.
Declaration
public RadTreeViewItemEditedEventArgs(object newValue, object oldValue, RoutedEvent routedEvent, object source)
Parameters
System.Object
newValue
The new Value for the edit. |
System.Object
oldValue
The old value for the edit. |
RoutedEvent
routedEvent
The routed event. |
System.Object
source
The source. |
Properties
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System.Object
The new value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System.Object
The old value. |