ActionEventHandlerProperty
interface ActionEventHandlerProperty : Property<ActionEventHandler> , ReadOnlyActionEventHandlerProperty
Boilerplate which avoids having to use generics. Instead of Property<ActionEventHandler>
, use ActionEventHandlerProperty
.