Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateCustomLogonParameterStoreEventArgs() Constructor

Initializes a new instance of the CreateCustomLogonParameterStoreEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.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