GH_ObjectChangedEventArgs Constructor (IGH_DocumentObject, String)

GH_ObjectChangedEventArgs Constructor (IGH_DocumentObject, String)

Initializes a new instance of the GH_ObjectChangedEventArgs class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ObjectChangedEventArgs(
	IGH_DocumentObject eSender,
	string eCustomDescription
)
Public Sub New ( 
	eSender As IGH_DocumentObject,
	eCustomDescription As String
)

Parameters

eSender
Type: Grasshopper.KernelIGH_DocumentObject
eCustomDescription
Type: SystemString
See Also