Constructor ObjectPropertyChangedEventArgs
ObjectPropertyChangedEventArgs(T, string?)
Initializes a new instance of the ObjectPropertyChangedEventArgs class.
public ObjectPropertyChangedEventArgs(T instance, string? propName)
Parameters
instanceTObject instance which property was changed.
propNamestringProperty name. Optional. If
null, more than one property were changed.