Occurs before action is executed.

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

Syntax

C#
public event Action..::.ExecutingEventHandler Executing
Visual Basic (Declaration)
Public Event Executing As Action..::.ExecutingEventHandler
Visual C++
public:
 event Action..::.ExecutingEventHandler^ Executing {
	void add (Action..::.ExecutingEventHandler^ value);
	void remove (Action..::.ExecutingEventHandler^ value);
}

See Also