kotlin-stdlib / kotlin.properties / ObservableProperty / afterChange afterChange Common JVM JS Native 1.0 protected open fun afterChange( property: KProperty<*>, oldValue: V, newValue: V)(source) The callback which is called after the change of the property is made. The value of the property has already been changed when this callback is invoked.