RhinoDoc.AddRhinoObject Event

RhinoDocAddRhinoObject Event

Called if a new object is added to the document.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static event EventHandler<RhinoObjectEventArgs> AddRhinoObject
Public Shared Event AddRhinoObject As EventHandler(Of RhinoObjectEventArgs)

Value

Type: SystemEventHandlerRhinoObjectEventArgs
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also