Occurs when action is executed.

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

Syntax

C#
public event EventHandler Execute
Visual Basic (Declaration)
Public Event Execute As EventHandler
Visual C++
public:
 event EventHandler^ Execute {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also