LastLogonParametersReadingEventArgs Class
Provides data for the XafApplication.LastLogonParametersReading event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v22.1.dll
Declaration
Remarks
The LastLogonParametersReadingEventArgs class declares properties specific to the XafApplication.LastLogonParametersReading event. This event is designed to load custom logon parameters before passing them to a logon Window. Use the handler’s LastLogonParametersReadingEventArgs.SettingsStorage property to load the last logon parameters to the object specified by the LastLogonParametersReadingEventArgs.LogonObject parameter.
This class is inherited from the HandledEventArgs class. So, you can use the handler’s Handled parameter to prevent further loading of the default logon parameters.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LastLogonParametersReadingEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.