Skip to main content
.NET 6.0+

LogonEventArgs Class

Represents arguments passed to the XafApplication.LoggingOn and XafApplication.LoggedOn events.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class LogonEventArgs :
    EventArgs

Remarks

The LogonEventArgs class declares the LogonEventArgs.LogonParameters property specific to the XafApplication.LoggingOn and XafApplication.LoggedOn events. These events are designed to execute custom code before and after clicking the Logon button on a logon Window. The LogonParameters property allows accessing the current logon parameters.

Inheritance

Object
EventArgs
LogonEventArgs
See Also