expressappframework-devexpress-dot-expressapp-4bb1bc30.md
Represents arguments passed to the XafApplication.LoggingOn and XafApplication.LoggedOn events.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public class LogonEventArgs :
EventArgs
Public Class LogonEventArgs
Inherits EventArgs
LogonEventArgs is the data class for the following events:
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.
Object EventArgs LogonEventArgs
See Also