ModelCanEditAtEvent
typedef
Event fired when canEditAt
method is called.
The default action of that method is implemented as a listener to this event, so it can be fully customized by the features.
Although the original method accepts any parameter of Selectable
type, this event is fired with selectable
normalized
to an instance of ModelSelection
or
ModelDocumentSelection
.