Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LastLogonParametersReadingEventArgs Class

Provides data for the XafApplication.LastLogonParametersReading event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public class LastLogonParametersReadingEventArgs :
    HandledEventArgs

#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.

#Inheritance

Object
EventArgs
HandledEventArgs
LastLogonParametersReadingEventArgs
See Also