PropertyChangedExtendedEventArgs Constructor

Initializes a new instance of the PropertyChangedExtendedEventArgs class.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public PropertyChangedExtendedEventArgs(
	Object? oldValue,
	Object? newValue,
	string propertyName
)

Parameters

oldValue  Object
The property value before the change.
newValue  Object
The property value after the change.
propertyName  String
Name of the property.

See Also