Indicates that the contents of a document have been changed. The event handler receives an argument of type EventArgs containing data related to this event.
Syntax
[C#]
public event EventHandler Changed;
[Visual Basic]
Public Event Changed As EventHandler