Back to Devexpress

LastLogonParametersReadingEventArgs Class

expressappframework-devexpress-dot-expressapp-a3bef6e3.md

latest2.4 KB
Original Source

LastLogonParametersReadingEventArgs Class

Provides data for the XafApplication.LastLogonParametersReading event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class LastLogonParametersReadingEventArgs :
    HandledEventArgs
vb
Public Class LastLogonParametersReadingEventArgs
    Inherits HandledEventArgs

LastLogonParametersReadingEventArgs is the data class for the following events:

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

LastLogonParametersReadingEventArgs Members

DevExpress.ExpressApp Namespace