PersistentSettingsSavedEventArgs Class

PersistentSettingsSavedEventArgs Class

Event argument passed to the SettingsSaved event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RhinoPersistentSettingsSavedEventArgs

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

The PersistentSettingsSavedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyPlugInSettings
The old PlugIn settings
Public propertySavedByThisRhino
Will be true if this instance of Rhino is writing the settings file or false if a different instance of Rhino has modified the settings file.
Top
Methods
  NameDescription
Public methodCommandSettings
The new command settings
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