Skip to main content
.NET 6.0+

LoggingOffEventArgs(Object, Boolean) Constructor

Creates and initializes a new instance of the LoggingOffEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LoggingOffEventArgs(
    object logonParameters,
    bool canCancel
)

Parameters

Name Type Description
logonParameters Object

An Object representing the logon parameters used by the Security System. This parameter value is assigned to the LoggingOffEventArgs.LogonParameters property.

canCancel Boolean

true, if the log off process can be canceled; otherwise, false. This parameter value is assigned to the LoggingOffEventArgs.CanCancel.

See Also