'Declaration
Public Event LayingOutCells As CellsLayoutCancelEventHandler
'Usage
Dim instance As NCellsLayout Dim handler As CellsLayoutCancelEventHandler AddHandler instance.LayingOutCells, handler
public event CellsLayoutCancelEventHandler LayingOutCells