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