GH_DocumentObject.OnDisplayExpired Method

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
)
Public Sub OnDisplayExpired ( 
	redraw As Boolean
)

Parameters

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

Implements

IGH_DocumentObjectOnDisplayExpired(Boolean)
See Also