Dispose releases the operating system resources, associated with the Window. If a user closes a *MainWindow or *Dialog, it is automatically released. Also, if a Container is disposed of, all its descendants will be released as well.
()
| 104 | // Also, if a Container is disposed of, all its descendants will be released |
| 105 | // as well. |
| 106 | Dispose() |
| 107 | |
| 108 | // Disposing returns an Event that is published when the Window is disposed |
| 109 | // of. |
no outgoing calls
no test coverage detected