LogOnUserChangedEventArgs Constructor(Boolean,Boolean,String)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Function New( _
ByVal isAutoLogOnScriptInvoked As Boolean, _
ByVal isAzureAdLogon As Boolean, _
ByVal cachePath As String _
)
public LogOnUserChangedEventArgs(
bool isAutoLogOnScriptInvoked,
bool isAzureAdLogon,
string cachePath
)
public:
LogOnUserChangedEventArgs(
bool isAutoLogOnScriptInvoked,
bool isAzureAdLogon,
String^ cachePath
)
Parameters
- isAutoLogOnScriptInvoked
- isAzureAdLogon
- cachePath