Event Unloaded
Invoked when the Toplevel Application.RunState has been unloaded. A Unloaded event handler is a good place to dispose objects after calling End(RunState).
public event Action Unloaded
Returns
- Action
- Invoked when the Toplevel has been unloaded. A Unloaded event handler is a good place to dispose objects after calling .