Function zng_wgt_window::on_load

source ยท
pub fn on_load(
    child: impl UiNode,
    handler: impl WidgetHandler<WindowOpenArgs>,
) -> impl UiNode
Expand description

P Event just after the window loads.

This event notifies once per window, after the first layout and all WindowLoadingHandle have expired or dropped.

This property is the same as on_pre_window_load.