Occurs when provider request cell text to print.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event CellText As CellTextEventHandler |
| C# |
|---|
public event CellTextEventHandler CellText |
| Visual C++ |
|---|
public: event CellTextEventHandler^ CellText { void add (CellTextEventHandler^ value); void remove (CellTextEventHandler^ value); } |
| JavaScript |
|---|
function add_cellText(value); function remove_cellText(value); |