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