Skip to main content
A newer version of this page is available. .

AuthenticationBase.CreateCustomLogonParameters Event

Occurs when the AuthenticationBase.LogonParameters property getter is called.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.2.dll

Declaration

public event EventHandler<CreateCustomLogonParametersEventArgs> CreateCustomLogonParameters

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