Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.