Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.