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