Click or drag to resize

freeGraphOnBeforeSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Does nothing (by default implementation) -- should be called before saving to xml

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

Parameters

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