IGH_DocumentObject.OnDisplayExpired Method

IGH_DocumentObjectOnDisplayExpired Method

Raises the DisplayExpired event on the toplevel object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void OnDisplayExpired(
	bool redraw
)
Sub OnDisplayExpired ( 
	redraw As Boolean
)

Parameters

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