ChangeObjectItemOnPropertyChanged Method

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

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
protected virtual void OnPropertyChanged(
	string propertyName = null
)

Parameters

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

See Also