pmMDA.NET

SinglePropertyChangedEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SinglePropertyChangedEventArgs class.

public SinglePropertyChangedEventArgs(
   IDataObject owner,
   string propertyName,
   IDataObject oldValue,
   IDataObject newValue
);

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