'Declaration
Public Event NodeBoundsChanging As NodeBoundsCancelEventHandler
'Usage
Dim instance As NDiagramEventSinkService Dim handler As NodeBoundsCancelEventHandler AddHandler instance.NodeBoundsChanging, handler
public event NodeBoundsCancelEventHandler NodeBoundsChanging