RenderContent.ContentReplaced Event

RenderContentContentReplaced Event

Used to monitor render content replacing in the document.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public static event EventHandler<RenderContentEventArgs> ContentReplaced
Public Shared Event ContentReplaced As EventHandler(Of RenderContentEventArgs)

Value

Type: SystemEventHandlerRenderContentEventArgs
See Also