Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateCustomLogonWindowControllersEventArgs Class

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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