RenderPropertyChangedEvent Class

RenderPropertyChangedEvent Class

Used by Rhino.Render object property value has changed events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.RenderRenderPropertyChangedEvent

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class RenderPropertyChangedEvent : EventArgs
Public Class RenderPropertyChangedEvent
	Inherits EventArgs

The RenderPropertyChangedEvent type exposes the following members.

Properties
  NameDescription
Public propertyContext
Optional argument which may specify the property being modified.
Public propertyDocument
The document triggering the event.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also