AuthenticationBase.CreateCustomLogonParameters Event
Occurs when the AuthenticationBase.LogonParameters property getter is called.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Event Data
The CreateCustomLogonParameters event's data class is DevExpress.ExpressApp.Security.CreateCustomLogonParametersEventArgs.
Remarks
Handle this event to customize the Logon Parameters object.
See Also