pmMDA.NET

PropertyChangedEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Instances a new instance of the PropertyChangedEventArgs class.

public PropertyChangedEventArgs(
   IDataObject dataObject,
   string propertyName
);

Parameters

dataObject
The data object whose property has changed.
propertyName
The name of the changed property.

See Also

PropertyChangedEventArgs Class | PmMda.Net.Dog Namespace