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

CreateCustomLogonParameterStoreEventArgs Class

Represents arguments passed to the XafApplication.CreateCustomLogonParameterStore event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CreateCustomLogonParameterStoreEventArgs :
    HandledEventArgs

Remarks

The CreateCustomLogonParameterStoreArgs class declares the CreateCustomLogonParameterStoreEventArgs.Storage property specific to the XafApplication.CreateCustomLogonParameterStore event which is designed to create a custom storage. This object will be used to load and save logon parameters to a specified location (database or registry).

This class is inherited from the HandledEventArgs class. So, you can set the handler’s Handled parameter to true to prevent creation of a default storage.

Inheritance

Object
EventArgs
HandledEventArgs
CreateCustomLogonParameterStoreEventArgs
See Also