SecurityModule.CustomUpdateLogonParameters Event
Occurs when the SecurityModule.TryUpdateLogonParameters method is executed.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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