An event describing that an editor has had its model reset (i.e. editor.setModel()).
editor.setModel()
interface IModelChangedEvent { newModelUrl: Uri; oldModelUrl: Uri;}
readonly newModelUrl: Uri
The uri of the new model or null.
uri
readonly oldModelUrl: Uri
The uri of the previous model or null.
An event describing that an editor has had its model reset (i.e.
editor.setModel()).