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)
Since: 6.0
Syntaxpublic event EventHandler<PersistentSettingsSavedEventArgs> SettingsSaved
Public Event SettingsSaved As EventHandler(Of PersistentSettingsSavedEventArgs)
Value
Type:
SystemEventHandlerPersistentSettingsSavedEventArgs
See Also