pub fn on_close(
child: impl IntoUiNode,
handler: Handler<WindowCloseArgs>,
) -> UiNodeExpand description
P On window close.
The window will deinit after this event.
This property is the same as on_pre_window_close.
pub fn on_close(
child: impl IntoUiNode,
handler: Handler<WindowCloseArgs>,
) -> UiNodeP On window close.
The window will deinit after this event.
This property is the same as on_pre_window_close.