Event Loaded
Invoked when the Toplevel Application.RunState has begun to be loaded. A Loaded event handler is a good place to finalize initialization before calling RunLoop(RunState, bool).
public event Action Loaded
Returns
- Action
- Invoked when the Toplevel has begun to be loaded. A Loaded event handler is a good place to finalize initialization before calling .