'DeclarationPublic Event LayingOutCells As CellsLayoutCancelEventHandler
'UsageDim instance As NCellsLayout Dim handler As CellsLayoutCancelEventHandler AddHandler instance.LayingOutCells, handler
public event CellsLayoutCancelEventHandler LayingOutCells