Base 'measure row' functionality.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub OnMeasureRow ( _ args As MeasureRowEventArgs _ ) |
| C# |
|---|
public virtual void OnMeasureRow( MeasureRowEventArgs args ) |
| Visual C++ |
|---|
public: virtual void OnMeasureRow( MeasureRowEventArgs^ args ) |
| JavaScript |
|---|
function onMeasureRow(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.MeasureRowEventArgs
Argument from row measure event.