A newer version of this page is available.
Switch to the current version.
CreateCustomLogonWindowControllersEventArgs Class
Arguments passed to the XafApplication.CreateCustomLogonWindowControllers event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public class CreateCustomLogonWindowControllersEventArgs :
EventArgs
Public Class CreateCustomLogonWindowControllersEventArgs
Inherits EventArgs
Remarks
The CreateCustomLogonWindowControllers event occurs when creating Controllers for a Logon Window. Handle this event, to create custom Controllers, in addition to system Controllers.
See Also
Feedback