SimpleWindow.onDestroyed

Called when we received destroy notification. At this stage we cannot do much with our window * (as it is already dead, and it's native handle cannot be used), but we still can do some * last minute cleanup.

class SimpleWindow
void delegate() onDestroyed;
Suggestion Box / Bug Report