CreateCustomLogonParameterStoreEventArgs Class
Represents arguments passed to the XafApplication.CreateCustomLogonParameterStore event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.