Back to Devexpress

XafApplication.CreateCustomLogonAction Event

expressappframework-devexpress-dot-expressapp-dot-xafapplication-f9d642a8.md

latest2.1 KB
Original Source

XafApplication.CreateCustomLogonAction Event

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler<CreateCustomLogonActionEventArgs> CreateCustomLogonAction
vb
Public Event CreateCustomLogonAction As EventHandler(Of CreateCustomLogonActionEventArgs)

Event Data

The CreateCustomLogonAction event's data class is DevExpress.ExpressApp.CreateCustomLogonActionEventArgs.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CreateCustomLogonAction event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

XAF_logon-form-manage-users-register-a-new-user-restore-a-password/CS/Security.Extensions/Module.cs#L23

csharp
application.CreateCustomLogonWindowControllers += application_CreateCustomLogonWindowControllers;
    application.CreateCustomLogonAction += Application_CreateCustomLogonAction;
}

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace