Skip to main content
.NET 6.0+

CustomCreateUserEventArgs(IObjectSpace, String) Constructor

Initializes a new instance of the CustomCreateUserEventArgs class.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public CustomCreateUserEventArgs(
    IObjectSpace objectSpace,
    string userName
)

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