Base 'print cell' functionality.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub OnPrintCell ( _
	args As PrintCellEventArgs _
)
C#
public virtual void OnPrintCell(
	PrintCellEventArgs args
)
Visual C++
public:
virtual void OnPrintCell(
	PrintCellEventArgs^ args
)
JavaScript
function onPrintCell(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.PrintCellEventArgs
Argument from print cell event.

See Also