Share via


IEditorSettingsProvider.SettingChanged Event

Applies to v2.

Occurs when a setting has changed.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Event SettingChanged As SettingChangedEventHandler
'Usage
Dim instance As IEditorSettingsProvider 
Dim handler As SettingChangedEventHandler 

AddHandler instance.SettingChanged, handler
event SettingChangedEventHandler SettingChanged
event SettingChangedEventHandler^ SettingChanged {
    void add (SettingChangedEventHandler^ value);
    void remove (SettingChangedEventHandler^ value);
}
abstract SettingChanged : IEvent<SettingChangedEventHandler,
    SettingChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

IEditorSettingsProvider Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace