RhinoDoc.BeginOpenDocument Event

RhinoDocBeginOpenDocument Event

This event is raised when the document open operation begins. NOTE: On Windows, this event will be fired when a clipboard paste operation occurs, as Rhino opens a .tmp file in the User's Local folder with the contents of the pasted document.

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

Value

Type: SystemEventHandlerDocumentOpenEventArgs
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also