GH_DocumentServer.DocumentAddedEventHandler Delegate

GH_DocumentServerDocumentAddedEventHandler Delegate

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void DocumentAddedEventHandler(
	GH_DocumentServer sender,
	GH_Document doc
)
Public Delegate Sub DocumentAddedEventHandler ( 
	sender As GH_DocumentServer,
	doc As GH_Document
)

Parameters

sender
Type: Grasshopper.KernelGH_DocumentServer
doc
Type: Grasshopper.KernelGH_Document
See Also