Partilhar via


IEditor.DirtyChanged Event

Applies to v2.

Occurs after the value of the Dirty property has changed.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Event DirtyChanged As EventHandler
'Usage
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.

See Also

Reference

IEditor Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace