BeforeLoadProfilesEventArgs Constructor |
Full constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public BeforeLoadProfilesEventArgs(
UserContext userContext
)
Public Sub New (
userContext As UserContext
)
Parameters
- userContext
- Type: NetQuarry.SecurityUserContext
The user context for which profiles are to be loaded.
See Also