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

LoggingOffEventArgs(Object, Boolean) Constructor

Creates and initializes a new instance of the LoggingOffEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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