Back to Devexpress

LastLogonParametersReadEventArgs Class

expressappframework-devexpress-dot-expressapp-91560f36.md

latest1.9 KB
Original Source

LastLogonParametersReadEventArgs Class

Represents arguments passed to the XafApplication.LastLogonParametersRead event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class LastLogonParametersReadEventArgs :
    EventArgs
vb
Public Class LastLogonParametersReadEventArgs
    Inherits EventArgs

LastLogonParametersReadEventArgs is the data class for the following events:

Remarks

The LastLogonParametersReadEventArgs class declares properties specific to the XafApplication.LastLogonParametersRead event. This event is designed to customize the logon parameters loaded from a storage to the object specified by the handler’s LastLogonParametersReadEventArgs.LogonObject parameter.

Inheritance

Object EventArgs LastLogonParametersReadEventArgs

See Also

LastLogonParametersReadEventArgs Members

DevExpress.ExpressApp Namespace