Occurs when provider requests cell layout.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event CellLayout As CellLayoutEventHandler |
C# |
---|
public event CellLayoutEventHandler CellLayout |
Visual C++ |
---|
public: event CellLayoutEventHandler^ CellLayout { void add (CellLayoutEventHandler^ value); void remove (CellLayoutEventHandler^ value); } |
JavaScript |
---|
function add_cellLayout(value); function remove_cellLayout(value); |