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

SecurityModule.CustomUpdateLogonParameters Event

Occurs when the SecurityModule.TryUpdateLogonParameters method is executed.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static event EventHandler<CustomUpdateLogonParametersEventArgs> CustomUpdateLogonParameters

Event Data

The CustomUpdateLogonParameters event's data class is DevExpress.ExpressApp.Security.CustomUpdateLogonParametersEventArgs.

Remarks

Handle this event if you need to perform custom actions when the TryUpdateLogonParameters method is called, for instance, to manually update a password that is stored in a custom Logon Parameters object referenced by the SecuritySystem.LogonParameters property.

See Also