'Declaration
Public Delegate Sub CellsLayoutEventHandler( _ ByVal args As NCellsLayoutEventArguments _ )
'Usage
Dim instance As New CellsLayoutEventHandler(AddressOf HandlerMethod)
public delegate void CellsLayoutEventHandler( NCellsLayoutEventArguments args )
Parameters
- args