0 Members and 1 Guest are viewing this topic.
winform:bindEvent("close", closeCallback)
function closeCallback(window) print("Caught the close event") form.close(window)end