pub fn on_open(
child: impl IntoUiNode,
handler: Handler<WindowOpenArgs>,
) -> UiNodeExpand 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.