PersistentSettingsEventArgs(T) Class

PersistentSettingsEventArgsT Class

Represents the persistent settings modification event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RhinoPersistentSettingsEventArgs
      RhinoPersistentSettingsEventArgsT

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class PersistentSettingsEventArgs<T> : PersistentSettingsEventArgs
Public Class PersistentSettingsEventArgs(Of T)
	Inherits PersistentSettingsEventArgs

Type Parameters

T
The type of the current and new setting that is being modified.

The PersistentSettingsEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodPersistentSettingsEventArgsT
Initializes a new instance of the PersistentSettingsEventArgsT class
Top
Properties
  NameDescription
Public propertyCancel (Inherited from PersistentSettingsEventArgs.)
Public propertyCurrentValue
Public propertyNewValue
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 Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also