Provides event arguments for a property change event, indicating the old and new values.
- Inheritance:
-
object
Event
Args PropertyChanged <IParseEvent Args Data > object
Constructors
ParseDataPropertyChangedEventArgs(IParseData, IParseData)
Initializes a new instance of the ParseDataPropertyChangedEventArgs
class.
Parameter | Type | Description |
---|---|---|
oldValue | IParse |
The previous value of the property being tracked as reported by an event. |
newValue | IParse |
The new value of the property being tracked as reported by an event. |