Definition
Namespace:Telerik.Windows.Base
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public struct RadDependencyPropertyChangedEventArgs
Inherited Members
Represents the property that has changed in a dependency property change event.
C#
public readonly RadDependencyProperty Property { get; }
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; }
The new value of the dependency property.