Provides data for the measure column events of grid print providers.

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

Syntax

Visual Basic (Declaration)
Public Class MeasureRowEventArgs _
	Inherits CellEventArgs
C#
public class MeasureRowEventArgs : CellEventArgs
Visual C++
public ref class MeasureRowEventArgs : public CellEventArgs
JavaScript
Greatis.PrintSuite.Providers.MeasureRowEventArgs = function();

Type.createClass(
	'Greatis.PrintSuite.Providers.MeasureRowEventArgs',
	Greatis.PrintSuite.Providers.CellEventArgs);

Inheritance Hierarchy

See Also