ApplicationMgr.UserChanged
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.UserChanged
Syntax
ControlName_UserChanged( user)
Applies To
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.