Skip to main content
.NET 6.0+

LogonEventArgs(Object) Constructor

Initializes a new instance of the LogonEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LogonEventArgs(
    object logonParameters
)

Parameters

Name Type Description
logonParameters Object

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

Remarks

Since instances of the LogonEventArgs class are automatically created and passed to handlers of the XafApplication.LoggingOn and XafApplication.LoggedOn events, you do not need to call this constructor from your applications.

See Also