Click or drag to resize

IRhinoDocObserver Interface

Implement this interface if you are a modeless interface to aid in handling multiple document implementations

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface IRhinoDocObserver

The IRhinoDocObserver type exposes the following members.

Methods
  NameDescription
Public methodActiveRhinoDocChanged
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.
Public methodRhinoDocClosed
When a document is closed
Top
See Also