IEditor.DirtyChanged 事件

适用于版本2

属性的值更改后发生。

命名空间:  Microsoft.WebMatrix.Extensibility.Editor
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Event DirtyChanged As EventHandler
用法
Dim instance As IEditor 
Dim handler As EventHandler 

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

请参阅

参考

IEditor 接口

Microsoft.WebMatrix.Extensibility.Editor 命名空间