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

LastLogonParametersReadEventArgs(Object, SettingsStorage) Constructor

Initializes a new instance of the LastLogonParametersReadEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public LastLogonParametersReadEventArgs(
    object logonObject,
    SettingsStorage settingsStorage
)

Parameters

Name Type Description
logonObject Object

An object that represents the Security System‘s logon parameters.

settingsStorage DevExpress.ExpressApp.Utils.SettingsStorage

A SettingsStorage object that manages the logon parameters location.

Remarks

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

See Also