Click or drag to resize

IGH_DocumentOwnerDocumentModified Method

This method will be called whenever the owned document is modified.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void DocumentModified(
	GH_Document document
)

Parameters

document
Type: Grasshopper.KernelGH_Document
The modified document.
See Also