PersistentSettingsEventArgs Class

PersistentSettingsEventArgs Class

Represents event data that is passed as state in persistent settings events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RhinoPersistentSettingsEventArgs
      RhinoPersistentSettingsEventArgsT

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class PersistentSettingsEventArgs : EventArgs
Public MustInherit Class PersistentSettingsEventArgs
	Inherits EventArgs

The PersistentSettingsEventArgs type exposes the following members.

Constructors
  NameDescription
Protected methodPersistentSettingsEventArgs
Initializes a new instance of the PersistentSettingsEventArgs class
Top
Properties
  NameDescription
Public propertyCancel
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