Class RadDependencyPropertyChangedEventArgs
Inheritance
System.Object
RadDependencyPropertyChangedEventArgs
Namespace: Telerik.Windows.Base
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class RadDependencyPropertyChangedEventArgs : ValueType
Properties
NewValue
Declaration
public object NewValue { get; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|