PropertyChangingEventArgs Constructor

Class constructor.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public PropertyChangingEventArgs(
	string propertyName,
	Object oldValue,
	Object newValue
)

Parameters

propertyName  String
Name of the modified property.
oldValue  Object
Previous value of the modified property.
newValue  Object
New value of the modified property.

See Also