Click or drag to resize

RhinoDocPurgeRhinoObject Event

Called if an object is being purged from a document. The object will cease to exist forever.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static event EventHandler<RhinoObjectEventArgs> PurgeRhinoObject

Value

Type: SystemEventHandlerRhinoObjectEventArgs
See Also