Occurs when row must be measured.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Event MeasureRow As MeasureRowEventHandler
C#
public event MeasureRowEventHandler MeasureRow
Visual C++
public:
 event MeasureRowEventHandler^ MeasureRow {
	void add (MeasureRowEventHandler^ value);
	void remove (MeasureRowEventHandler^ value);
}
JavaScript
function add_measureRow(value);
function remove_measureRow(value);

See Also