T_Rhino_IRhinoDocObserver - mcneel/rhinocommon-api-docs GitHub Wiki
Implement this interface if you are a modeless interface to aid in handling multiple document implementations
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public interface IRhinoDocObserverVB
Public Interface IRhinoDocObserverThe IRhinoDocObserver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
ActiveRhinoDocChanged | In Windows Rhino this will mean a new document has been created or opened. In Mac Rhino this can mean the same thing as well it can indicate switching from one active open document to another. |
![]() |
RhinoDocClosed | When a document is closed |
Supported in: 5D58w
