Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.ActionExecuting Event

[This is preliminary documentation and subject to change.]

Occurs before an Action is executed as a result of calling one of the ExecuteAction overloaded methods.

[Visual Basic]
Public Event ActionExecuting As ActionExecutionEventHandler
[C#]
public event ActionExecutionEventHandler ActionExecuting;

Event Data

The event handler receives an argument of type ActionExecutionEventArgs containing data related to this event. The following ActionExecutionEventArgs property provides information specific to this event.

Property Description
ActionRule Returns the ActionRule for the action being executed.

Example

For an example please see the ActionExecuted documentation page.

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace