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

CreateCustomLogonWindowControllersEventArgs Class

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public class CreateCustomLogonWindowControllersEventArgs :
    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.

Inheritance

Object
EventArgs
CreateCustomLogonWindowControllersEventArgs
See Also