Function zng_wgt_window::on_open

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

P Event just after the window opens.

This event notifies once per window, after the window content is inited.

This property is the same as on_pre_window_open.