ChangeObjectItemOnPropertyChanged(String, Object, Object) Method
Raises the PropertyChanged event when the value of a property value
has changed.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
protected virtual void OnPropertyChanged(
string propertyName,
Object oldValue,
Object newValue
)
Protected Overridable Sub OnPropertyChanged (
propertyName As String,
oldValue As Object,
newValue As Object
)
No code example is currently available or this language may not be supported.
Parameters
- propertyName String
-
The name of the property whose value has changed.
- oldValue Object
-
The original value.
- newValue Object
-
The new value.