Click or drag to resize

GH_DocumentObjectOnDisplayExpired Method

Raises the DisplayExpired event on the toplevel object.

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

Parameters

redraw
Type: SystemBoolean
If True, the canvas will be immediately redrawn.

Implements

IGH_DocumentObjectOnDisplayExpired(Boolean)
See Also