StringPropertyChangedEventArgs Class
Provides event arguments for a property change event, indicating the old and new values.
public class StringPropertyChangedEventArgs : PropertyChangedEventArgs<string>
- Inheritance:
- object EventArgs PropertyChangedEventArgs<string> object
Constructors
StringPropertyChangedEventArgs(string?, string?)
Provides event arguments for a property change event, indicating the old and new values.
public StringPropertyChangedEventArgs(string? oldValue, string? newValue)
| Parameter | Type | Description |
|---|---|---|
| oldValue | string | The previous value of the property being tracked as reported by an event. |
| newValue | string | The new value of the property being tracked as reported by an event. |
Inherited Members
- PropertyChangedEventArgs<string>.NewValue
- PropertyChangedEventArgs<string>.OldValue
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()