IEditorSettingsProvider.SettingChanged 事件
適用於版本2
在設定變更時發生。
命名空間: 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.