Event Ready
Invoked when the Toplevel MainLoop 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(Func<Exception, bool>) on this Toplevel.
public event Action Ready
Returns
- Action
- Invoked when the Toplevel 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 Toplevel.