Skip to content

T_Rhino_IRhinoDocObserver

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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) Version: Rhino 6.0

Syntax

C#

public interface IRhinoDocObserver

VB

Public Interface IRhinoDocObserver

The IRhinoDocObserver type exposes the following members.

Methods

 

Name Description
Public method 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.
Public method RhinoDocClosed When a document is closed
  Back to Top

Version Information

Supported in: 5D58w

See Also

Reference

Rhino Namespace

Clone this wiki locally