Skip to main content
A newer version of this page is available. .

CreateCustomLogonParameterStoreEventArgs() Constructor

Initializes a new instance of the CreateCustomLogonParameterStoreEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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