Click or drag to resize

IGH_EventConsumerTotalExpiration Method

This method will be called by the GH_CustomEventServer to indicate all interesting object events can now be processed.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void TotalExpiration(
	GH_CustomEventServer server
)

Parameters

server
Type: Grasshopper.KernelGH_CustomEventServer
Server that called this method.
See Also