Class DependencyPropertyChangedEventArgs
Provides data for a PropertyChangedCallback implementation.
Inheritance
System.Object
DependencyPropertyChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class DependencyPropertyChangedEventArgs
Constructors
| Improve this Doc View SourceDependencyPropertyChangedEventArgs()
Declaration
public DependencyPropertyChangedEventArgs()
Properties
| Improve this Doc View SourceNewValue
Gets the value of the property after the change.
Declaration
public object NewValue { get; }
Property Value
Type | Description |
---|---|
System.Object |
OldValue
Gets the value of the property before the change.
Declaration
public object OldValue { get; }
Property Value
Type | Description |
---|---|
System.Object |
Property
Gets the identifier for the dependency property where the value change occurred.
Declaration
public DependencyProperty Property { get; }
Property Value
Type | Description |
---|---|
DependencyProperty |