C#
VB
Java
Raises the PropertyChanged event.
Protected Sub onPropertyChanged( _
ByVal name As String, _
ByVal oldValue As Object, _
ByVal newValue As Object _
)
name
The property name.
oldValue
The property old value.
newValue
The property new value.
Note to Inheritors: When overriding onPropertyChanged in a derived class, be sure to call the base class's onPropertyChanged method so that registered delegates receive the event.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET