AutoLogOnUserChanged Event
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Event AutoLogOnUserChanged As EventHandler(Of LogOnUserChangedEventArgs)
public event EventHandler<LogOnUserChangedEventArgs> AutoLogOnUserChanged
public:
event EventHandler<LogOnUserChangedEventArgs^>^ AutoLogOnUserChanged
The event handler receives an argument of type LogOnUserChangedEventArgs containing data related to this event. The following LogOnUserChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CachePath | |
| IsAutoLogOnScriptInvoked | |
| IsAzureAdLogon |
Target Platforms:
- Windows 11 Enterprise, IoT Enterprise 2024 LTSC 24H2
- Windows Server 2022 LTSC Standard and Datacenter
- Windows Server 2025 LTSC Standard and Datacenter