Back to Devexpress

CreateCustomLogonWindowObjectSpaceEventArgs Class

expressappframework-devexpress-dot-expressapp-393df21e.md

latest1.8 KB
Original Source

CreateCustomLogonWindowObjectSpaceEventArgs Class

Arguments passed to the XafApplication.CreateCustomLogonWindowObjectSpace event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CreateCustomLogonWindowObjectSpaceEventArgs :
    EventArgs
vb
Public Class CreateCustomLogonWindowObjectSpaceEventArgs
    Inherits EventArgs

CreateCustomLogonWindowObjectSpaceEventArgs is the data class for the following events:

Remarks

The CreateCustomLogonWindowObjectSpace event occurs when creating an Object Space for the Logon Window’s Detail View. Handle this event, to specify a custom Object Space to be used by this Detail View.

Inheritance

Object EventArgs CreateCustomLogonWindowObjectSpaceEventArgs

See Also

CreateCustomLogonWindowObjectSpaceEventArgs Members

DevExpress.ExpressApp Namespace