Grasshopper API
IGH_EventConsumer Interface |
Implement this interface if you want to inter-operate with a GH_EventServer.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

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.
|
