Struct RadDependencyPropertyChangedEventArgs
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.Windows.Base
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public struct RadDependencyPropertyChangedEventArgs
Properties
NewValue
Declaration
public object NewValue { get; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|