RhinoDocWorksessionFileChanged Event |
Raised after a worksession reference model has been attached to or
detached from a document. The document state already reflects the
change at the time the event fires.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static event EventHandler<RhinoDocWorksessionFileChangedEventArgs> WorksessionFileChanged
Public Shared Event WorksessionFileChanged As EventHandler(Of RhinoDocWorksessionFileChangedEventArgs)
Value
Type:
SystemEventHandlerRhinoDocWorksessionFileChangedEventArgs
See Also