OptionalActionEventHandlerProperty
interface OptionalActionEventHandlerProperty : Property<ActionEventHandler?> , ReadOnlyOptionalActionEventHandlerProperty
Boilerplate which avoids having to use generics.
Similar to ActionEventHandlerProperty, but the value can also be null
.