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

LastLogonParametersReadingEventArgs Class

Provides data for the XafApplication.LastLogonParametersReading event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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