DotNetNuke 5.2
The ActionEventHandler delegate defines a custom event handler for an Action Event.

Namespace:  DotNetNuke.Entities.Modules.Actions
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public delegate void ActionEventHandler(
	Object sender,
	ActionEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub ActionEventHandler ( _
	sender As Object, _
	e As ActionEventArgs _
)
Visual C++
public delegate void ActionEventHandler(
	Object^ sender, 
	ActionEventArgs^ e
)

See Also