RhinoCommon API
ImageFileSaved Event |
Render image file saved, happens when a rendering completes.
If a plug-in needs to save additional file information it should
write it to the same folder as the Rhino render image file. Rhino
will take care of deleting old data.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.11

public static event EventHandler<ImageFileEventArgs> Saved
Public Shared Event Saved As EventHandler(Of ImageFileEventArgs)
Value
Type: SystemEventHandlerImageFileEventArgs