Skip to main content
.NET 6.0+

CreateCustomLogonParameterStoreEventArgs() Constructor

Initializes a new instance of the CreateCustomLogonParameterStoreEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CreateCustomLogonParameterStoreEventArgs()

Remarks

Since instances of the CreateCustomLogonParameterStoreEventArgs class are automatically created and passed to handlers of the XafApplication.CreateCustomLogonParameterStore event, you do not need to call this constructor from your applications.

See Also