IGH_EventConsumerPartialExpiration Method |
This method will be called by the GH_CustomEventServer to indicate one or more
interesting object events can now be processed.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax void PartialExpiration(
GH_CustomEventServer server
)
Sub PartialExpiration (
server As GH_CustomEventServer
)
Parameters
- server
- Type: Grasshopper.KernelGH_CustomEventServer
Server that called this method.
See Also