Click or drag to resize

IGH_DocumentObjectOnPreviewExpired Method

Raises the PreviewExpired event on the toplevel object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void OnPreviewExpired(
	bool redraw
)

Parameters

redraw
Type: SystemBoolean
If True, the viewports will be immediately redrawn.
See Also