GH_CanvasDocumentChangedEventArgs Constructor

GH_CanvasDocumentChangedEventArgs Constructor

Initializes a new instance of the GH_CanvasDocumentChangedEventArgs class

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_CanvasDocumentChangedEventArgs(
	GH_Document newDoc,
	GH_Document oldDoc
)
Public Sub New ( 
	newDoc As GH_Document,
	oldDoc As GH_Document
)

Parameters

newDoc
Type: Grasshopper.KernelGH_Document
oldDoc
Type: Grasshopper.KernelGH_Document
See Also