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