Provides data for the measure column events of grid print providers.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic |
|---|
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
System..::..Object
System..::..EventArgs
Greatis.PrintSuite..::..PrintNotificationEventArgs
Greatis.PrintSuite..::..PrintContentEventArgs
Greatis.PrintSuite.Providers..::..CellEventArgs
Greatis.PrintSuite.Providers..::..MeasureRowEventArgs
System..::..EventArgs
Greatis.PrintSuite..::..PrintNotificationEventArgs
Greatis.PrintSuite..::..PrintContentEventArgs
Greatis.PrintSuite.Providers..::..CellEventArgs
Greatis.PrintSuite.Providers..::..MeasureRowEventArgs