on_open

Function on_open 

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