Variable ObservableFile.onChanged

Fired if the file is being actively watched and when the file's contents change.

class ObservableFile
{
  // ...
  Event!(const(ubyte)[]) onChanged ;
  // ...
}