LastLogonParametersReadingEventArgs Class
Provides data for the XafApplication.LastLogonParametersReading event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
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.