on_close

Function on_close 

Source
pub fn on_close(
    child: impl IntoUiNode,
    handler: Handler<WindowCloseArgs>,
) -> UiNode
Expand description

P On window close.

The window will deinit after this event.

This property is the same as on_pre_window_close.