Click or drag to resize

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
Syntax
public static event EventHandler<ImageFileEventArgs> Saved

Value

Type: SystemEventHandlerImageFileEventArgs
See Also