GH_AttributesChangedEventArgs Class

GH_AttributesChangedEventArgs Class

Event arguments passed during AttributesChanged events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Grasshopper.KernelGH_AttributesChangedEventArgs

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_AttributesChangedEventArgs : EventArgs
Public Class GH_AttributesChangedEventArgs
	Inherits EventArgs

The GH_AttributesChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGH_AttributesChangedEventArgs
Initializes a new instance of the GH_AttributesChangedEventArgs class
Top
See Also