PlugIn.SettingsSaved Event

PlugInSettingsSaved Event

This event is raised when an instance of Rhino has modified the external settings file associated with this plug-in's Settings property.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public event EventHandler<PersistentSettingsSavedEventArgs> SettingsSaved
Public Event SettingsSaved As EventHandler(Of PersistentSettingsSavedEventArgs)

Value

Type: SystemEventHandlerPersistentSettingsSavedEventArgs
Version Information

Rhino for Windows

Supported in: 6.8
See Also