pmMDA.NET

PropertyChangingEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Instances a new instance of the PropertyChangingEventArgs class.

public PropertyChangingEventArgs(
   IDataObject dataObject,
   string propertyName,
   object oldValue,
   object newValue
);

Parameters

dataObject
The data object whose property has changed.
propertyName
The name of the changed property.
oldValue
The old (=current) value of the property.
newValue
The new value of the property.

See Also

PropertyChangingEventArgs Class | PmMda.Net.Dog Namespace