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)
Syntaxpublic static event EventHandler<DocumentOpenEventArgs> BeginOpenDocument
Public Shared Event BeginOpenDocument As EventHandler(Of DocumentOpenEventArgs)
Value
Type:
SystemEventHandlerDocumentOpenEventArgs
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also