Triggered whenever changes are made to plugin settings

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public static event EventHandler SettingsChanged

Remarks

The source of the event is the PlugInDescriptor for which the changes apply, check for example ((PlugInDescriptor)source).AssemblyName to see if this event applies to your logic if needed.

See Also