ApplicationMgr.UserChanged

Syntax

ControlName_UserChanged( user)

Applies To

ApplicationMgr

Purpose

Occurs when the current user logged in changes.

Remarks

Use this event to update the parts of the user interface that depend on user permissions when the current user logged in changes.

Parameters

user As User

[In] Specifies the current user. When this parameter is NULL , no user is logged in.

See Also

ApplicationMgr.Login

ApplicationMgr.Logout