Skip to main content
.NET 6.0+

CreateCustomLogonWindowObjectSpaceEventArgs(Object) Constructor

Creates a new instance of the CreateCustomLogonWindowObjectSpaceEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CreateCustomLogonWindowObjectSpaceEventArgs(
    object logonParameters
)

Parameters

Name Type Description
logonParameters Object

An Object which is the logon parameters used by the security system. This parameter value is assigned to the CreateCustomLogonWindowObjectSpaceEventArgs.LogonParameters property.

See Also