Function zng_wgt_window::on_close

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

P On window close.

The window will deinit after this event.

This property is the same as on_pre_window_close.