Evento IEditor.DirtyChanged
Lo siguiente se aplica a v2.
Se produce después que haya cambiado el valor de la propiedad Dirty.
Espacio de nombres: Microsoft.WebMatrix.Extensibility.Editor
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Event DirtyChanged As EventHandler
'Uso
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.