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