Base 'cell text' functionality.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub OnCellText ( _
	args As CellTextEventArgs _
)
C#
public virtual void OnCellText(
	CellTextEventArgs args
)
Visual C++
public:
virtual void OnCellText(
	CellTextEventArgs^ args
)
JavaScript
function onCellText(args);

Parameters

args
Type: Greatis.PrintSuite.Providers..::.CellTextEventArgs
Arguments from cell text event.

See Also