IEditorSettingsProvider.SettingChanged イベント
v2 に適用されます。
設定が変更されたときに発生します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Event SettingChanged As SettingChangedEventHandler
'使用
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.