RhinoDoc.TextureMappingEvent Event

RhinoDocTextureMappingEvent Event

Called when any modification happens to a document objects texture mapping.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.8
Syntax
public static event EventHandler<RhinoDocTextureMappingEventArgs> TextureMappingEvent
Public Shared Event TextureMappingEvent As EventHandler(Of RhinoDocTextureMappingEventArgs)

Value

Type: SystemEventHandlerRhinoDocTextureMappingEventArgs
See Also