Canceling Callbacks/Events
Where possible, all callbacks/events should be able to cancel their default action by letting the user return false. This follows the existing syntax of all built-in events and is currently implemented in several callbacks of existing UI plugins.