PropertyChangedExtendedEventArgs Class
Namespace: Stride.CoreAssembly: Stride.Core.dll
System.Object → System.EventArgs → System.ComponentModel.PropertyChangedEventArgs →
PropertyChangedExtendedEventArgs
Derived from PropertyChangedExtendedEventArgs:
public class PropertyChangedExtendedEventArgs : PropertyChangedEventArgs
Name | Description | |
---|---|---|
Constructors | ||
PropertyChangedExtendedEventArgs(PropertyInfo, Object, Object) | ||
Properties | ||
NewValue | ||
OldValue | ||
PropertyInfo |
Constructors
PropertyChangedExtendedEventArgs(PropertyInfo, Object, Object)
public PropertyChangedExtendedEventArgs(PropertyInfo propertyInfo, object oldValue, object newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | propertyInfo | |
System.Object | oldValue | |
System.Object | newValue |
Properties
NewValue
public object NewValue { get; }
Property Value
Type | Description |
---|---|
System.Object |
OldValue
public object OldValue { get; }
Property Value
Type | Description |
---|---|
System.Object |
PropertyInfo
public PropertyInfo PropertyInfo { get; }
Property Value
Type | Description |
---|---|
System.Reflection.PropertyInfo |
Inherited Members
System.ComponentModel.PropertyChangedEventArgs.PropertyName
System.EventArgs.Empty