SimpleActionEventProperty
open class SimpleActionEventProperty(initialValue: ActionEvent, bean: Any? = null, beanName: String? = null) : SimpleProperty<ActionEvent> , ActionEventProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<ActionEvent>, we can use SimpleActionEventProperty.