Occurs when provider requests cell span data.

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

Syntax

Visual Basic (Declaration)
Public Event CellSpan As CellSpanEventHandler
C#
public event CellSpanEventHandler CellSpan
Visual C++
public:
 event CellSpanEventHandler^ CellSpan {
	void add (CellSpanEventHandler^ value);
	void remove (CellSpanEventHandler^ value);
}
JavaScript
function add_cellSpan(value);
function remove_cellSpan(value);

See Also