Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CreateCustomLogonParameterStoreEventArgs Class

Represents arguments passed to the XafApplication.CreateCustomLogonParameterStore event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.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