CustomCreateUserEventArgs(IObjectSpace, String) Constructor
Initializes a new instance of the CustomCreateUserEventArgs class.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectSpace | IObjectSpace | An IObjectSpace Object Space used to create a user persistent object. |
userName | String | A string which is the auto-created user login name. |
See Also