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

LogonEventArgs Class

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.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