Represents the method that will handle the executing event of Action.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also