Grasshopper API
GH_ObjectChangedEventArgs Constructor (IGH_DocumentObject, String, Object) |
Initializes a new instance of the GH_ObjectChangedEventArgs class
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public GH_ObjectChangedEventArgs( IGH_DocumentObject eSender, string eCustomDescription, Object eTag )
Public Sub New ( eSender As IGH_DocumentObject, eCustomDescription As String, eTag As Object )
Parameters
- eSender
- Type: Grasshopper.KernelIGH_DocumentObject
- eCustomDescription
- Type: SystemString
- eTag
- Type: SystemObject
