Constable Authorization Engine 2.0 BETA

ActionExecutionEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ActionExecutionEventArgs class with the given ActionRule.

[Visual Basic]
Public Sub New( _
   ByVal rule As ActionRule _
)
[C#]
public ActionExecutionEventArgs(
   ActionRule rule
);

Parameters

rule
The ActionRule whose Action is being executed.

See Also

ActionExecutionEventArgs Class | LaMarvin.Constable Namespace