Click or drag to resize

GH_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
public event IGH_DocumentObjectAttributesChangedEventHandler AttributesChanged

Value

Type: Grasshopper.KernelIGH_DocumentObjectAttributesChangedEventHandler

Implements

IGH_DocumentObjectAttributesChanged
See Also