Event Ready
Invoked when the Toplevel main loop has started it's first iteration. Subscribe to this event to perform tasks when the Toplevel has been laid out and focus has been set. changes.
A Ready event handler is a good place to finalize initialization after calling Run(Toplevel, Func<Exception, bool>?) on this Toplevel.
public event EventHandler? Ready
Returns
- EventHandler
- Invoked when the main loop has started it's first iteration. Subscribe to this event to perform tasks when the has been laid out and focus has been set. changes. A Ready event handler is a good place to finalize initialization after calling on this .