Click or drag to resize

IGH_CanvasValidatorRemovedFromCanvas Method

This method will be called by the Canvas when this validator is removed from it.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void RemovedFromCanvas(
	GH_Canvas canvas
)

Parameters

canvas
Type: Grasshopper.GUI.CanvasGH_Canvas
Canvas which just removed this validator.
See Also