Beta Documentation - Subject to change.

Event fired when a window is closed.

Syntax

Lua
function Window:Closed(sender, args);

Parameters

sender
Type: table
The event sender.
args
Type: table
The event arguments

Remarks

This event is fired after a window has been closed and is no longer visible.

See Also