ChangeObjectItemOnPropertyChanged(String, Object, Object) Method

Raises the PropertyChanged event when the value of a property value has changed.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
protected virtual void OnPropertyChanged(
	string propertyName,
	Object oldValue,
	Object newValue
)

Parameters

propertyName  String
The name of the property whose value has changed.
oldValue  Object
The original value.
newValue  Object
The new value.

See Also