pmMDA.NET

PrimitivePropertyChangedEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PrimitivePropertyChangedEventArgs class.

public PrimitivePropertyChangedEventArgs(
   IDataObject owner,
   string propertyName,
   object oldValue,
   object 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

PrimitivePropertyChangedEventArgs Class | PmMda.Net.Dog Namespace