actionEventHandlerProperty

A Kotlin delegate to create a ActionEventHandlerProperty (the implementation will be a SimpleActionEventHandlerProperty. Typical usage :

val fooProperty by actionEventHandlerProperty( initialValue )
var foo by fooProperty