ChangeObjectItemOnPropertyChanged(String) Method

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

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
protected virtual void OnPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName  String  (Optional)
The name of the property whose value has changed.

See Also