Back to Devexpress

NonSecureActionsInitializingEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-security-5a8ff5af.md

latest2.4 KB
Original Source

NonSecureActionsInitializingEventArgs Class

Provides data for the NonSecureActionsInitializing event.

Namespace : DevExpress.ExpressApp.Security

Assembly : DevExpress.ExpressApp.Security.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Security

Declaration

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

NonSecureActionsInitializingEventArgs is the data class for the following events:

Remarks

The NonSecureActionsInitializing event occurs before the Security System initializes the collection of non-secure Actions. You cannot manage these Actions in the Denied Actions tab in the UI. Handle this event and add Actions you want to mark non-secure to the NonSecureActions collection.

Inheritance

Object EventArgs NonSecureActionsInitializingEventArgs

See Also

NonSecureActionsInitializingEventArgs Members

DevExpress.ExpressApp.Security Namespace