UserChanged Event
- Last UpdatedNov 06, 2025
- 1 minute read
Event fired when the current user is changed.
'Declaration
Public Event UserChanged As UserChangedDelegate
public event UserChangedDelegate UserChanged
The event handler receives an argument of type UserEventArgs containing data related to this event. The following UserEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| UserObject | The UserObject is a read-only property that exposes the new User object. |