GH_DocumentObject.AttributesChanged Event

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
Public Event AttributesChanged As IGH_DocumentObjectAttributesChangedEventHandler

Value

Type: Grasshopper.KernelIGH_DocumentObjectAttributesChangedEventHandler

Implements

IGH_DocumentObjectAttributesChanged
See Also