Skip to main content
.NET 6.0+

LastLogonParametersWritingEventArgs(DetailView, Object, SettingsStorage) Constructor

Initializes a new instance of the LastLogonParametersWritingEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LastLogonParametersWritingEventArgs(
    DetailView detailView,
    object logonObject,
    SettingsStorage settingsStorage
)

Parameters

Name Type Description
detailView DetailView

A DetailView object that represents the Detail View displayed on the logon Window.

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 LastLogonParametersWritingEventArgs class are automatically created and passed to handlers of the XafApplication.LastLogonParametersWriting event, you do not need to call this constructor from your applications.

See Also