Occurs when cell fill must be printed.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event PrintCellFill As PrintCellEventHandler |
| C# |
|---|
public event PrintCellEventHandler PrintCellFill |
| Visual C++ |
|---|
public: event PrintCellEventHandler^ PrintCellFill { void add (PrintCellEventHandler^ value); void remove (PrintCellEventHandler^ value); } |
| JavaScript |
|---|
function add_printCellFill(value); function remove_printCellFill(value); |