'Declaration
Public Event LayingOutGraph As GraphLayoutCancelEventHandler
'Usage
Dim instance As NGraphLayout Dim handler As GraphLayoutCancelEventHandler AddHandler instance.LayingOutGraph, handler
public event GraphLayoutCancelEventHandler LayingOutGraph