Constable Authorization Engine 2.0 BETA

ActionExecutionEventHandler Delegate

[This is preliminary documentation and subject to change.]

Defines a signature for methods that can handle the ActionExecuting and ActionExecuted events.

[Visual Basic]
<Serializable>
Public Delegate Sub ActionExecutionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ActionExecutionEventArgs _
)
[C#]
[Serializable]
public delegate void ActionExecutionEventHandler(
   object sender,
   ActionExecutionEventArgs e
);

Requirements

Namespace: LaMarvin.Constable

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

LaMarvin.Constable Namespace