← Docs
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.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .