Window.onClose - multiple declarations

Function Window.onClose

get handler for closing of window

void delegate() onClose() @property;

Function Window.onClose

set handler for closing of window

Window onClose(
  void delegate() handler
) @property;