Click or drag to resize
NodeEventCallback Delegate
A callback function you can register on different node-related events.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void NodeEventCallback(
	Node node
)

Parameters

node
Type: GeonBit.Core.GraphicsNode
The node instance the event came from.
See Also