Click or drag to resize

GH_DocumentObject.AttributesChanged 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_DocumentObject.AttributesChangedEventHandler AttributesChanged

Value

Type: Grasshopper.Kernel.IGH_DocumentObject.AttributesChangedEventHandler

Implements

IGH_DocumentObject.AttributesChanged
See Also