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 MeasureColumnEventArgs _
	Inherits CellEventArgs
C#
public class MeasureColumnEventArgs : CellEventArgs
Visual C++
public ref class MeasureColumnEventArgs : public CellEventArgs
JavaScript
Greatis.PrintSuite.Providers.MeasureColumnEventArgs = function();

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

Inheritance Hierarchy

See Also