ChangeObjectItemOnPropertyChanged Method
Raises the PropertyChanged event when the value of a property has
changed.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
protected virtual void OnPropertyChanged(
string propertyName = null
)
Protected Overridable Sub OnPropertyChanged (
Optional propertyName As String = Nothing
)
No code example is currently available or this language may not be supported.
Parameters
- propertyName String (Optional)
-
The name of the property whose value has changed.