Back to Devexpress

CreateCustomLogonParameterStoreEventArgs Class

expressappframework-devexpress-dot-expressapp-81ae175e.md

latest2.3 KB
Original Source

CreateCustomLogonParameterStoreEventArgs Class

Represents arguments passed to the XafApplication.CreateCustomLogonParameterStore event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CreateCustomLogonParameterStoreEventArgs :
    HandledEventArgs
vb
Public Class CreateCustomLogonParameterStoreEventArgs
    Inherits HandledEventArgs

CreateCustomLogonParameterStoreEventArgs is the data class for the following events:

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

CreateCustomLogonParameterStoreEventArgs Members

DevExpress.ExpressApp Namespace