SinglePropertyChangedEventArgs Constructor
[This is preliminary documentation and subject to change.]
Initializes a new instance of the SinglePropertyChangedEventArgs class.
Parameters
-
owner
- The data object that owns the changed property.
-
propertyName
- The name of the changed property.
-
oldValue
- The old value of the property.
-
newValue
- The new value of the property.
See Also
SinglePropertyChangedEventArgs Class | PmMda.Net.Dog Namespace