on Document Info View Editing Mode Enter
Called when the editing mode is being entered. If the editing mode is not allowed, this method will not be called. The default processing can be stopped by returning true
. For the default handling to be invoked, return false
.
Return
true
to intercept the default handling, false
to allow it.