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.