Description
The AfterLogout event runs when the user clicks the Logout button.
The handler of this event is not called if the user closes the browser or the sessions times out.
Syntax
public XVar AfterLogout(dynamic username)
Arguments
username
the login name of the user that logged out.
Return value
No return value.
Applies to pages
Login.
See also