IGH_EventConsumer Interface |
Namespace: Grasshopper.Kernel
The IGH_EventConsumer type exposes the following members.
Name | Description | |
---|---|---|
IsRelevantEvent |
Whenever a new object event is handled, this function will be called to determine whether it will cause an update.
| |
PartialExpiration |
This method will be called by the GH_CustomEventServer to indicate one or more
interesting object events can now be processed.
| |
TotalExpiration |
This method will be called by the GH_CustomEventServer to indicate all
interesting object events can now be processed.
|