Protected Sub onPropertyChanged( _ ByVal name As String, _ ByVal oldValue As Object, _ ByVal newValue As Object _ )
protected void onPropertyChanged(string name, Object oldValue, Object newValue)
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.