M_Rhino_IRhinoDocObserver_ActiveRhinoDocChanged - mcneel/rhinocommon-api-docs GitHub Wiki

IRhinoDocObserver.ActiveRhinoDocChanged Method

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.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

void ActiveRhinoDocChanged(
	RhinoDocObserverArgs e
)

VB

Sub ActiveRhinoDocChanged ( 
	e As RhinoDocObserverArgs
)

Parameters

 

e
Type: Rhino.RhinoDocObserverArgs
[Missing documentation for "M:Rhino.IRhinoDocObserver.ActiveRhinoDocChanged(Rhino.RhinoDocObserverArgs)"]

Version Information

Supported in: 5D58w

See Also

Reference

IRhinoDocObserver Interface
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️