Variable Window._onFilesDropped

class Window
{
  // ...
  void delegate(string[]) _onFilesDropped;
  // ...
}