Click or drag to resize

GH_PersistentParamTRecordPersistentDataEvent Method

Add an undo record that stores changes to persistent data.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected void RecordPersistentDataEvent(
	string name
)

Parameters

name
Type: SystemString
Name of undo record.
See Also