GH_Document.ContextChangedEventHandler Delegate

GH_DocumentContextChangedEventHandler Delegate

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void ContextChangedEventHandler(
	Object sender,
	GH_DocContextEventArgs e
)
Public Delegate Sub ContextChangedEventHandler ( 
	sender As Object,
	e As GH_DocContextEventArgs
)

Parameters

sender
Type: SystemObject
e
Type: Grasshopper.KernelGH_DocContextEventArgs
See Also