Click or drag to resize

freeGraphOnAfterLoad Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Does nothing (by default implementation) -- should be called after the graph is loaded

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual void OnAfterLoad(
	folderNode folder
)
Request Example View Source

Parameters

folder
Type: imbSCI.Core.files.foldersfolderNode
The folder.
See Also