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

Definition

Namespace:Telerik.Windows.Base

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public struct RadDependencyPropertyChangedEventArgs

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Represents the property that has changed in a dependency property change event.

C#
public readonly RadDependencyProperty Property { get; }
Property Value:

The RadDependencyProperty that has undergone a change.

Properties

Gets the new value of the dependency property that has changed.

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

The new value of the dependency property.

Gets the old value of the dependency property before the change occurred.

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

The old value of the dependency property.

In this article
DefinitionPropertiesNewValueOldValueProperty
Not finding the help you need?
Contact Support