LoggingOffEventArgs(Object, Boolean) Constructor
Creates and initializes a new instance of the LoggingOffEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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