Occurs when a data item is obtained from the data source.

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

Syntax

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

See Also