Struct
RadDependencyPropertyChangedEventArgs

Provides data for the property value changed event.

Definition

Namespace:Telerik.Windows.Base

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public struct RadDependencyPropertyChangedEventArgs

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

Properties

NewValue

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

Declaration

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

Property Value

object

The new value of the dependency property.

OldValue

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

Declaration

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

Property Value

object

The old value of the dependency property.

Property

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

Declaration

cs-api-definition
public readonly RadDependencyProperty Property { get; }

Property Value

RadDependencyProperty

The RadDependencyProperty that has undergone a change.

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