TabbedUI Client-side EventscanLogout

Description

Fires before the callback that occurs when a user tries to log out of the application. Return false to cancel the logout.

Discussion

The canLogout client-side event fires before the user is logged out of the system. You can abort the operation by returning false. For example:

return false;

Arguments

eobject

An object with the following properties:

logoutSucceededboolean

A true or false value indicating whether or not the logout succeeded.