Table of Contents

Delegate GraphAsset.ChangeHandler

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

Represents a callback raised when a graph asset reports that its structure or settings have changed.

public delegate void GraphAsset.ChangeHandler(GraphAsset sender)

Parameters

sender GraphAsset

The graph asset that raised the change event.