actionEventHandlerProperty
fun actionEventHandlerProperty(initialValue: ActionEventHandler): PropertyDelegate<ActionEventHandler, ActionEventHandlerProperty>
A Kotlin delegate to create a ActionEventHandlerProperty (the implementation will be a SimpleActionEventHandlerProperty. Typical usage :
val fooProperty by actionEventHandlerProperty( initialValue )
var foo by fooPropertyContent copied to clipboard