StructRadDependencyPropertyChangedEventArgs
Struct
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
Properties
NewValue
Gets the new value of the dependency property that has changed.
Declaration
cs-api-definition
public readonly object NewValue { get; }
Property Value
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
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
The RadDependencyProperty that has undergone a change.