IGH_DocumentObject.AttributesChanged Event

IGH_DocumentObjectAttributesChanged Event

Raised whenever the number or kind of attributes changes. This event is handled by GH_Documents who subsequently wipe their attribute caches.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
event IGH_DocumentObjectAttributesChangedEventHandler AttributesChanged
Event AttributesChanged As IGH_DocumentObjectAttributesChangedEventHandler

Value

Type: Grasshopper.KernelIGH_DocumentObjectAttributesChangedEventHandler
See Also